Timestamp versus Original-Version

  • Thread starter Thread starter Limberger Florian
  • Start date Start date
L

Limberger Florian

Till now i have used the original-version of the data in my dataset to check
wether a different user has changed the data (optimistic concurrency).
Now I encountered that it might be more intelligent to do it with
timestamping (within stored procedures).
Are there any drawbacks of using timestamping?
The advantage (in my opinion) is that the number of parameters sent over the
network to the database is decreased.

thanks
Flo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top