How is a database table managed, if it is being modified by two or more user's simultaniously?

Questions by techmind

Showing Answers 1 - 6 of 6 Answers

vmandviya

  • Feb 5th, 2007
 

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

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions