Aug 13, 2002 #1 tomlander Programmer Jul 10, 2002 15 CA When I tried to update a field, it has a "Could not update; currently locked" error, how can I find out which user lock the record? Thanks for any help.
When I tried to update a field, it has a "Could not update; currently locked" error, how can I find out which user lock the record? Thanks for any help.
Aug 13, 2002 #2 cmmrfrds Programmer Feb 13, 2000 4,690 US You need this DLL in your system folder msldbusr.dll Check this link. http://support.microsoft.com/default.aspx?scid=KB;EN-US;q186304& The link contains the code you will need to add to your program. It is a declaration and a function which can be pasted into your standard module. Download this from the Microsoft Site. Jetutils.exe This contains the msldbusr.dll which you will need to copy into your system folder under windows. That should do it. Upvote 0 Downvote
You need this DLL in your system folder msldbusr.dll Check this link. http://support.microsoft.com/default.aspx?scid=KB;EN-US;q186304& The link contains the code you will need to add to your program. It is a declaration and a function which can be pasted into your standard module. Download this from the Microsoft Site. Jetutils.exe This contains the msldbusr.dll which you will need to copy into your system folder under windows. That should do it.