I am a newbie. I created a website on my local PC that works fine. The connect string is:
<%
strConnection = "Provider=MSDataShape;DBQ=C:\Inetpub\wwwroot\Telephone_Switch.mdb;Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;"
%>
We keep our webserver on a central server. I moved a copy of the DB there and recreated the site. You know whats coming. .. The famous "[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'SOFTWARE\ODBC\Brazos volatile counter'." error. I checked the security tried using the mappath option, I cannot get it to work.
The mapped path to our server is: cgi-bin on 'Jfsantsql1\web' (Z:).
The absolute path is: \\Jfsantsql1\Web\cgi-bin\
Can you help. I like the package and would like to start using it.