This portion of Javascript ASP works fine on my desktop installation of IIS in Win2k and PWS in desktop Win98 but not on my laptop Win2k or desktop IIS in WinXP. Any thoughts?
objConn = Server.CreateObject("ADODB.Connection");
objConn.ConnectionString = "DSN=pb";
objConn.Open(); // this is the line that causes the error.
pb is defined as a system dsn and every other, non-web type, program where I use it via ODBC works fine.
Charlie
Everything I know I learned from The Grateful Dead and Buffy The Vampire Slayer
Charlie
objConn = Server.CreateObject("ADODB.Connection");
objConn.ConnectionString = "DSN=pb";
objConn.Open(); // this is the line that causes the error.
pb is defined as a system dsn and every other, non-web type, program where I use it via ODBC works fine.
Charlie
Everything I know I learned from The Grateful Dead and Buffy The Vampire Slayer
Charlie