Does anyone know of a way to identify the user or workstation that is either locking a table or record, or simply has a record in use?
I support an application with a considerable amount of legacy code, and where a transaction or simple update fails due to a record being in use I would like to be able to identify the 'in use' user.
Even if the specific user who is on the record can't be identified, a list of those users with the table open would be a start.
I'd be happy to use API calls, third party components etc if necessary!
Thanks.
I support an application with a considerable amount of legacy code, and where a transaction or simple update fails due to a record being in use I would like to be able to identify the 'in use' user.
Even if the specific user who is on the record can't be identified, a list of those users with the table open would be a start.
I'd be happy to use API calls, third party components etc if necessary!
Thanks.