Results 1 to 2 of 2

Thread: Conflicting updates? Help!

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    1

    Thank you for your feedback

    Hello SeanR,


    Thanks a lot!


    Raymond


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    It sounds like you just need a pessimistic locking scheme, as Sean mentioned.

    When User A edits the record, the record is then locked, so other users cannot even begin to edit the record without generating an error. The DBMS handles all of the locking, so you don't need to concern yourself with it.

    If you need to restrict access to edits that are currently in progress, use pessimistic locking. This causes problems with a large number of users, however, due to the use of server side cursors and the DBMS having to manage the locks....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width