Hi everybody,
Suppose one table name as emp has eid,ename,esal as fields.
There are two applications(same application) in two systems which are fetched the data place it in dataset in each application.
Now one application has modified ename and another application has modified esal.
Now if both applications update(or save) the data at same in database. what will happen?
Please tell me. Advance thanks.