> Hi,
>
[quoted text clipped - 4 lines]
> I am using vb application from Windows platform to connect to DB2 on
> Linux machine.
It's imposiblle. The IBM DB2 ODBC Driver is not only db2cli.dll. Try to
install DB2 Run Time Client Lite merge modules with your VB application
under client workstation.
Direct connecting to DB2 databases supported JDBC Type 4 Driver only.
P.S. Sorry for my bad english :(
With best regards, Dmitry.
Artur - 12 May 2006 15:45 GMT
FYI: On Windows DB2 comes with db2iprune tool.
With this utility you can reduce size of installation binaries, for
example you can reduce your DB2 runtime client to include only the
interfaces you need. The db2iprune tool is located in the
\db2\windows\utilities\db2iprune directory on DB2 product installation
image.
So, if you are planning install DB2 client with/within your application
you can combine the tool with the response file and perform quick
batch installation.
-- Artur Wronski