Hi All,
I am new to DB2. I have installed the IBM DB2 Client on my computer and also the different databases which i am going to use.
But i when i write the following connection string i am getting the error.
My connection String:
*****************************
<%StringConnect = "Provider=DB2OLEODBC;" & _
"Data Source =DCCDB;" & _
"Network Transport Library=TCPIP;" & _
"Network Address=192.168.95.200;" & _
"User ID=xyza;" & _
"Password=scgmlk"
%>
*****************************
Error:
*****************************
Error Type:
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
*****************************
Any suggestions.
Thanks in advance
VJ
I am new to DB2. I have installed the IBM DB2 Client on my computer and also the different databases which i am going to use.
But i when i write the following connection string i am getting the error.
My connection String:
*****************************
<%StringConnect = "Provider=DB2OLEODBC;" & _
"Data Source =DCCDB;" & _
"Network Transport Library=TCPIP;" & _
"Network Address=192.168.95.200;" & _
"User ID=xyza;" & _
"Password=scgmlk"
%>
*****************************
Error:
*****************************
Error Type:
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
*****************************
Any suggestions.
Thanks in advance
VJ