table locked

  • Thread starter Thread starter k2sarah
  • Start date Start date
K

k2sarah

i am receiving an error database engine could not lock b/c in use by another
person or process. the application resides only on my c:\drive. i am unsure
of the cause or how to debug. any help would be appreciated
 
i am receiving an error database engine could not lock b/c in use by another
person or process. the application resides only on my c:\drive. i am unsure
of the cause or how to debug. any help would be appreciated

If you're the only user of the database, this suggests that the database may
not have been correctly closed at some point. Look in the folder with the
database - if there is a file with a .ldb extension, delete that file and try
again. You may need to create a new database and use File... Get External
Data... Import to import all the objects.

John W. Vinson [MVP]
 
Back
Top