Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/currentMag.asp, line 55
objConn = Server.CreateObject("ADODB.Connection"
objConn.ConnectionString = "DSN=pb.dsn";
objConn.Open(); (line 55)
I have a Visual C++ app. that uses this same DSN which is a system DSN. If have MDAC 2.6 installed and am running everything on Win2K. The coded aboved worked until I screwed up and had to do a reinstall of the OS and everything. The Visual C++ app. still works.
Charlie
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/currentMag.asp, line 55
objConn = Server.CreateObject("ADODB.Connection"
objConn.ConnectionString = "DSN=pb.dsn";
objConn.Open(); (line 55)
I have a Visual C++ app. that uses this same DSN which is a system DSN. If have MDAC 2.6 installed and am running everything on Win2K. The coded aboved worked until I screwed up and had to do a reinstall of the OS and everything. The Visual C++ app. still works.
Charlie