Here is my connection string:
Here is the Error:
The file is not open, and I can't find any more permissions to set. I set up the directory in IIS (running on a Win2000 box) Can someone help?
jason
Code:
DB_CONN_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & Server.MapPath("quiz1.mdb") & ";"
Here is the Error:
Code:
* Error Type:
Microsoft JET Database Engine (0x80004005)
The Microsoft Jet database engine cannot open the file 'C:\Inetpub\[URL unfurl="true"]wwwroot\wbttest\aspquiz2\quiz1.mdb'.[/URL] It is already opened exclusively by another user, or you need permission to view its data.
The file is not open, and I can't find any more permissions to set. I set up the directory in IIS (running on a Win2000 box) Can someone help?
jason