TimBiesiek
Programmer
Hi all,
I am trying to get an ASP page working. It uses an ODBC connection, through a global.asa file, and everything looks fine here. ODBC connection has been set up on the test server. However, when I try to access the page from my local PC I get the following message:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/immpower/imm1.asp, line 31
The data source it is trying to connect to is specified in the global.asa file as:
Any help? Let me know if any more info is needed!
Cheers!
I am trying to get an ASP page working. It uses an ODBC connection, through a global.asa file, and everything looks fine here. ODBC connection has been set up on the test server. However, when I try to access the page from my local PC I get the following message:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/immpower/imm1.asp, line 31
The data source it is trying to connect to is specified in the global.asa file as:
Code:
Application("TSTConnectionString") = "DSN=BIT Test;UID=User;PWD=pswd"
Any help? Let me know if any more info is needed!
Cheers!