vnarod Posted April 30, 2003 Posted April 30, 2003 I have a dataset. User makes a change and needs to save the data. How can I check if data in database is the same or was changed by another user? I am not using bound controls. Quote
hog Posted April 30, 2003 Posted April 30, 2003 If you have selected to have optimistic concurrency set on your dataadapter then when one user attempts to write to a record that has been changed by another user since the first user opened it, then you can trap the exception DBConcurrencyException and deal with it accordingly Quote My website
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.