Hi,
I'm trying to connect to a Access 97 Database through ASP. The Server my database is on is not the same server that my asp pages are on. Now when I try to connect to the database I get the following error:
Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
the connection line I am using to reference the database is:
objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=f:\CCOPR\Data\db2.mdb;Jet OLEDBatabase=c:\inetpub\
and the paths are correct...
If you have any info as to what my problem is any help would be appreciated
thx
Derek
I'm trying to connect to a Access 97 Database through ASP. The Server my database is on is not the same server that my asp pages are on. Now when I try to connect to the database I get the following error:
Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
the connection line I am using to reference the database is:
objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=f:\CCOPR\Data\db2.mdb;Jet OLEDBatabase=c:\inetpub\
and the paths are correct...
If you have any info as to what my problem is any help would be appreciated
thx
Derek