morpheus000
Programmer
I am trying to setup an ODBC Source on a webserver (IIS 4, NT 4) to an Access 97 database which resides on a separate file server (from the web server).
I select a System DSN, Select the Access 97 Driver and then using the ODBC COnfiguration window 'browse' my way to the network location of the Access database. I do the same thing for the system database (workgroup) file.
When I try to connect to the source through an ASP page, I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
I have verified the username and password in the connection properties and I know that the database is NOT opened exclusively by someone else. The account in the workgroup that I am authenticating against the database has Admin level rights.
Any thoughts or suggestions. What is the best way to setup an ODBC source to a DB stored on a remote file server?
Thanks in advance!
b
I select a System DSN, Select the Access 97 Driver and then using the ODBC COnfiguration window 'browse' my way to the network location of the Access database. I do the same thing for the system database (workgroup) file.
When I try to connect to the source through an ASP page, I get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.
I have verified the username and password in the connection properties and I know that the database is NOT opened exclusively by someone else. The account in the workgroup that I am authenticating against the database has Admin level rights.
Any thoughts or suggestions. What is the best way to setup an ODBC source to a DB stored on a remote file server?
Thanks in advance!
b