The following code:
objConn = Server.CreateObject("ADODB.Connection"
;
objConn.ConnectionString = "DSN=pb";
objConn.Open();
used to work against my "pb" MS Access 2000 database in Win2K IIS. Then my system crashed and I had to reinstall everything. Now the "objConn.Open();" line kicks out the
the error listed below. Using a connection string instead of DSN produces the same results. To add more confusion to this problem. The code works fine in Win98 PWS.
Charlie
--- ERROR ---
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
Open the charlies home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/currentMag.asp, line 58
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Page:
GET /currentMag.asp
Time:
Monday, May 12, 2003, 9:46:03 AM
More information:
Microsoft Support
objConn = Server.CreateObject("ADODB.Connection"
objConn.ConnectionString = "DSN=pb";
objConn.Open();
used to work against my "pb" MS Access 2000 database in Win2K IIS. Then my system crashed and I had to reinstall everything. Now the "objConn.Open();" line kicks out the
the error listed below. Using a connection string instead of DSN produces the same results. To add more confusion to this problem. The code works fine in Win98 PWS.
Charlie
--- ERROR ---
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
Open the charlies home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
/currentMag.asp, line 58
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Page:
GET /currentMag.asp
Time:
Monday, May 12, 2003, 9:46:03 AM
More information:
Microsoft Support