After one transaction be started, but before the transaction be commited, if another transaction query the same records, how to get the locked status of the records.
Thanks.
25 Feb 2006 6:44 AM
Cor Ligthert [MVP]
Joy,
I think that you have to rephrase your questions. .Net works itselfs does not work with locking a database. It uses optimistic concurrency. However I am not sure if your question is about this?