I have a database that is updated by one computer, stored on another computer and accessed on the internet via an asp page (sql query). I can update the database but whenever i try to access the asp page, i get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/stats.asp, line 14
i dont have record locking enabled
suggestions? thanks