See if two user are updating same time at same time it will affect one by one!! it means 1st user changes will accept then 2nd user changes it iwll accept
genie_cool
Jun 6th, 2007
use TableLocks or RowLocks to prevent the other user from modifying the data when the previous user is using the same data.
How is a database table managed, if it is being modified by two or more user's simultaniously?
Profile Answers by techmind Questions by techmind
Questions by techmind