file already in use error

A

Adrian Leontovich

I'm trying to test an ASP page (VBScript) just to retrieve some records form
my Access 2002 db, and I'm getting this error:

Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file
already in use.

The database is not even open however... any ideas what may be causing
this??
 
B

Bryan Martin

Check permissions.

Does the asp account have the necessary permission to open the file. Does
it have the necessary permission to create a lock file in that directory?

Bryan
 
Top