Hello,
I'm writing an asp.net program to connect from Windows 2000 to AS/400 DB2. But i got an message saying that "The 'DB2OLEDB' provider is not registered on the local machine.".
connStr = "Provider=DB2OLEDB;" & _
"Network Transport Library=TCPIP;" & _
"Network Address=10.1.1.42;" & _
"Initial Catalog=testdta;" & _
"User ID=myid;" & _
"Password=12345678"
I didn't install any additional driver or software to support for the connection. Can anyone guide me what to do ?
Thanks