
Search In
Difference between update() and merge() method :
Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update
"Difference between Finalize and Dispose method"
Finalize and Dispose are the two methods provided by the .Net Framework for releasing the unmanaged resources like files, database connections etc.
Let us understand the dif
In OpenERP first you have to create the product and price of the product and then relate both price and product to the event form and return the value of the product and validate it to database like as in param self and param cr. Param self mean
Sometimes if we have to write some joins sql query in magento we cand write those joins as :
public function joins()
{
$table = $this->getMainTable();
$table2 = $this->getTable('customer/entity');
$cond =
There are different ways to change the password of MySQL account. They are:
Changing password using UPDATE statement:
For this you need to go to the User table of mysql database. To change password you need to execute the following commands:
USE
Sub query is one the important section of database query.There are n number of situation where we want to implement sub query to fetch the data from the table. In Laravel 4.x there is no specific keyword to perform any
sub query.To perform sub query
When the Build is deployed in QA Environment ,following are the checklist for verifying the build.
1.Interface Integrity
Internal and External interfaces are tested as each module or cluster is incorporated into structure.This is perform to ensure t
1.Functionality Testing
-Links
-Forms
-HTML Validations
-Web Indexing
-Programming Language
-Unit and Integration Testing
-Regression Testing
-Dynamic Interface Components
-Database
2.Usability
-Navigation
-Graphics
-Contents
-Static Testing Occasio
1.Find out in which domain category does the application falls
-Banking
-Insurance
-ERP
-CRM
-BIO-Technology
-Healhcare
-Retail
-Others
2.Find out the following details about application
-Front-end
-Back-end
-Database Servers
-Middleware's
-Legacy S
Below is an example of finding all the user who are stored in db and lies in the given range of Distance on basis of Longitude and Latitude.
CREATE proc [dbo].[SP_UserByDistance]
(
@UserID uniqueidentifier,--UserId
@Date datetime, --Date
@Longitude