I have an MSAccess LDB file which when I try to delete it says it is locked by another user but which I know nobody else is accessing. How can I delete this file? It is located on a file server running under Win 2000 Server
Thanks guys, I'll try that the first chance I get, perhaps I can come in this Sunday and give it a shot. Usually there's nobody here then. I'll let you know.
Something has a handle to the file and thus you can't delete it. Instead of blindly rebooting the server to fix a problem, you can find out what process has the handle, and then kill the handle and you can do all this without rebooting.
<<Something has a handle to the file and thus you can't delete it. >>
A somewhat simpler technique is to right click on My Computer, Select manage. Go to Shared Folders, then open files. Right click on the correct open file and then select close.
Yes I agree. I failed to mention that since it usually isn't our issue and we usually end up with the process explorer method to release that handle.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.