I'm getting this error:
IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]Communication link failure. Comm RC=11001 - CWBCO1003 - Winsock error, function returned 11001, S10A9999, Password length = 8, Prompt Mode = PROMPT_NEVER, System IP Address =
when I try to connect. I have tried all of these:
'oConn.Open "ODBC;DSN=S10A9999"
'oConn.Open "ODBC;UID=me;PWD=me;DSN=S10A9999"
'oConn.Open "Provider=IBMDA400.DataSource.1;Password=me;User ID=me;Data Source=S10A9999;Transport Product=Client Access;SSL=DEFAULT"
oConn.Open "Driver={Client Access ODBC Driver (32-bit)};" & _
"System=S10A9999;" & _
"Uid=me;" & _
"Pwd=me;"
Some give me different errors. I can connect with VB6 fine, but when I try to use an asp page, it bombs.
HELP! This machine is making me crazy!
IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]Communication link failure. Comm RC=11001 - CWBCO1003 - Winsock error, function returned 11001, S10A9999, Password length = 8, Prompt Mode = PROMPT_NEVER, System IP Address =
when I try to connect. I have tried all of these:
'oConn.Open "ODBC;DSN=S10A9999"
'oConn.Open "ODBC;UID=me;PWD=me;DSN=S10A9999"
'oConn.Open "Provider=IBMDA400.DataSource.1;Password=me;User ID=me;Data Source=S10A9999;Transport Product=Client Access;SSL=DEFAULT"
oConn.Open "Driver={Client Access ODBC Driver (32-bit)};" & _
"System=S10A9999;" & _
"Uid=me;" & _
"Pwd=me;"
Some give me different errors. I can connect with VB6 fine, but when I try to use an asp page, it bombs.
HELP! This machine is making me crazy!