Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Difference between update() and merge() in Hibernate

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

"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

How to create function to returns value of product name, unit price based on event in OpenERP?

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

Sql JOINS of Database in magento

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 =

How to change the password of the MySQL account?

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

How to select from subquery using Laravel Query Builder?

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

QA Checklist for Build Verification

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

General Testing Areas in Web Portals

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

System Study Guidelines

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

Finding Distance on basis of Longitude and Latitude from Database

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

1 154 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: