P
Pedro
Hi all;
I wonder if you have an opinion about this matter:
Besides using "Version Number Approach" and "Saving All Values
Approach"
http://msdn.microsoft.com/library/d...skPerformingOptimisticConcurrencyChecking.asp
suggested by MS for solving lock problems, is there any other options
to do this? In my opinion there's one limitation in these methods: if
you loose your connection to your db for some reason while comitting
the transaction, how can you be sure the lock is in the rigth state?
Can you use threads to lock and unlock records? If so, can someone
point me to some kind of a sample or tutorial to learn more about it?
Urgent!
Thanks in advance!
I wonder if you have an opinion about this matter:
Besides using "Version Number Approach" and "Saving All Values
Approach"
http://msdn.microsoft.com/library/d...skPerformingOptimisticConcurrencyChecking.asp
suggested by MS for solving lock problems, is there any other options
to do this? In my opinion there's one limitation in these methods: if
you loose your connection to your db for some reason while comitting
the transaction, how can you be sure the lock is in the rigth state?
Can you use threads to lock and unlock records? If so, can someone
point me to some kind of a sample or tutorial to learn more about it?
Urgent!
Thanks in advance!