I am using ASP classic on a local machine running IIS7. I am also using an Access 2007 DB file.
My connection string is as follows:
set Conn=server.cre ateobject("adod b.connection")
Conn.Open "Provider=Micro soft.ACE.OLEDB. 12.0;Data Source=C:\Users \TM6293\Documen ts\tta.accdb;Pe rsist Security Info=False;"
I opened up the permissions on that particular file, and its parent folder.
When my code tries to send an SQL statement to the Conn objet, I get the following error:
Microsoft Office Access Database Engine error '80004005'
Could not find file 'c:\windows\sys tem32\inetsrv\g instaff.mdb'.
Where is it pulling this file information? It is nowhere in my code, and I can't find reference to it in the IIS control panel, or the ODBC control panel. Thanks in advance for your advice.
My connection string is as follows:
set Conn=server.cre ateobject("adod b.connection")
Conn.Open "Provider=Micro soft.ACE.OLEDB. 12.0;Data Source=C:\Users \TM6293\Documen ts\tta.accdb;Pe rsist Security Info=False;"
I opened up the permissions on that particular file, and its parent folder.
When my code tries to send an SQL statement to the Conn objet, I get the following error:
Microsoft Office Access Database Engine error '80004005'
Could not find file 'c:\windows\sys tem32\inetsrv\g instaff.mdb'.
Where is it pulling this file information? It is nowhere in my code, and I can't find reference to it in the IIS control panel, or the ODBC control panel. Thanks in advance for your advice.
Comment