violetstarlight
Programmer
I was wondering if there was a way to get the process ID on a record that locked using VB.
Allow me to explain more...
I am using ADO, server side cursors, and pessimistic locking to lock a row when a user accesses it. If another user tries to access the record, I can capture the error to see that it's locked. What I am looking for, is if there is a way to then see what process ID has the record lock to determine the user name who has the record locked.
Help?
Allow me to explain more...
I am using ADO, server side cursors, and pessimistic locking to lock a row when a user accesses it. If another user tries to access the record, I can capture the error to see that it's locked. What I am looking for, is if there is a way to then see what process ID has the record lock to determine the user name who has the record locked.
Help?