
Search In
Occasionally the programmer needs to communicate with the server to send and receive data from the iPhone. Usually the communication is done to get data from the database that is in the server. To communicate with the server the programmer has to use
Test data
Test Data is the data which is need to execute test case to test software. Mostly test cases need test data to execute.
Test data can be store in simple excel file and used manually or can be read from XML, Database or flat files automat
We can configure MySQL in Liferay very easily. The configuration for MySQL is done in the properties file named as "portal-ext.properties".
You just need to follow the below steps:
If portal-ext.properties is not available then you can manually c
In fat model and skinny controllers method we write our database query in model. Normally we use validation rules and model binding in our model and all query write in controllers but as we know that when url routing requests first comes to controlle
If you faces such below error
pgadmin not connect to openerp server and open the openerp than occur error
than follow these step to resolve this type of error
1- first update the postgresql.conf file in pgadmin go to this location
/var/lib/pgsql/9
Script File in Android
While building android application we have situations where we want to post data onto the server. Sometimes we need response from the server and based on that response action will be performed.
For doing that we will create s
View for wizard is used to show the value in current database, add buttons to the wizard and implement the corresponding method for adding the attendees to the given session.
For example you can see below code.
<fiel
Hello Reader's if you want to use top in your MySql query then this blog is very helfull to you.
Lets see how to use top clause in MySql in different different location.
Suppose if you want to get only first 5 records of the table, Then you can use
Hello All,
In this blog we will discuss about how to use Loopbacks explorer.
LoopBack basically provides the developer portal / API Explorer which consits of the methods defined for performing CRUD application with the database. You can use these m
How to check if record exists in Cakephp 3
I am writing this blog for them who are learning Cakephp 3. This blog will going to help you to find the solution for checking if record exists.
In Cakephp 2 we can check records which exist by usi