Results 1 to 3 of 3

Thread: timestamp of record

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2004
    Posts
    222

    timestamp of record

    I think that as soon as I do loaddata(select * from...)
    it fills dataset with records and disconnects from server.

    Now another user also does the samething and changes the data and updates the record.

    Now when I do changes in the same record the other user has saved and try to do save the record it gives the error
    "concurrency voilation"

    Now I want to know that where does it store this information.
    How dows it know that the record has updated by some one else?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    In the dataset. I don't believe you can get to the data though. If it is a strongly typed dataset then you can probably see the code by viewing the code for the dataset.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2004
    Posts
    222

    timestamp of record

    then how does it know that the record has changed by another program?

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