RE: Connecting to DB2 Gael Duret 29.Apr.10 04:11 AM a Web browser LC LSX All Releases Windows
Hello,
Yes it's late, but ...
So, if you want to use "db2" connector, you must have a special install on your computer / server to find the "db2" drivers ?
Easy solution for me : Use the ODBC drivers and create an ODBC connection between you client/server and your db2.
Main change is :
Dim src As New LCConnection ("odbc")
best regards,

Connecting to DB2 (Sanjay R 26.Mar.10)
. . RE: Connecting to DB2 (Gael Duret 29.Apr.10)
|