I've had my network admin and our database admin working on this, but we can't seem to get my asp (not .NET) page to connect to the DB2 table. They have installed the DB2 client and have done a test connection to the DB2 table. When I try to connect usig the below, I get the below error:
Code:
if (dbtype = "DB2") then
DSNtemp = "Provider=IBMDADB2;DSN=INET;User ID=netbtprd;Password=SOY6ITN8"
conn.Open DSNtemp
Error:
Code:
Provider error '80004005'
Unspecified error
/corp/inc/dbconn.asp, line 13
Can anyone here help?
Thanks
Bookmarks