

- #How to install ibm db2 odbc driver windows 7 64 Bit
- #How to install ibm db2 odbc driver windows 7 32 bit
- #How to install ibm db2 odbc driver windows 7 software
- #How to install ibm db2 odbc driver windows 7 download
IBM Data Server Driver for ODBC and CLI (AIX 64 bit) V10.1 Fix Pack 1". "AIX 64-bit, pSeries" and check the appropriate checkbox, e.g. Then choose your platform under "Platform", e.g. Then choose "IBM Data Server Driver for ODBC and CLI (64-bit)", "View all". Preferrably choose the latest version from the "IBM Data Server Client Packages, Fix Packs by version", e.g. Version 10.1 Fix Pack 1 (IBM Data Server Driver for ODBC and CLI, 64-bit)
#How to install ibm db2 odbc driver windows 7 64 Bit
Its also worth remembering that unixODBC allows you to have both 32 and 64 bit drivers installed in the same setup, and the driver manager will pick the right one from a shared set of ini filedĭriver64=/opt/IBM/db2/V9.7/lib64/libdb2o.so
#How to install ibm db2 odbc driver windows 7 32 bit
So for 32 bit useĭriver=/opt/IBM/db2/V9.7/lib64/libdb2o.so

If thenĪs is described in this document IBM now have a different lib for 32 and 64 bit operation. bashrc if the DB2 instance you want to talk to is in /home/db2inst1:

Here's what IBM suggests you put in your. IBM supply a script that sets DB2INSTANCE and LIBPATH. The current installation should look like thisĭriver = /opt/ibm/db2/V9.1/lib32/libdb2.so It turns out there is a bug in IBM's TCP/IP stack. Somewho has been using PHP+DB2 on AIX via unixODBC to a BIG IBM server (4 processors, bags of core etc), and finding it was slow. If anyone has any more info on this let me know.Īnother useful hint. I hav'nt had this problem, so I wonder if there is a difference between platform, or builds of the DB2 instance. the attempt to open the driver fails, and cannot find a symbol sqltevents in libdpdcf.a. It has been reported that this installation doesn't work in some situations. I have also found that you need to add "/usr/IBMdb2/V7.1/lib" to /etc/ld.so.conf. If using the 7.1 build the path to the library is now Used to refer to the DB2 Client access package, the CLI driver is now to beįound in the DB2 Personal Developer's Edition V7.1. The only difference being the name of the package, where the document I have tried the 7.1 build and with a couple of changes, the same method seems to Since originally creating this document, IBM have released a new version of DB2 7.1. Then when it comes to connecting, you MUST have the environment variable DB2INSTANCE set to a vaild db2 instance, so for instance to connect with isql The DontDLClose is required to avoid a problem in the driver when dynamically loaded (I suspect its registering a exit function which isn't being called). Using the install in the Client Access package, setup the client access to give you a instance name (ie db2inst1), then setup your odbcinst.ini entry like this. This document originally refered to the 6.1 version of DB2, but there are extra details for 7.1 and 9.1įirst, install the DB2 Client access package from IBM it will install the IBM CLI driver, this works with unixODBC as a ODBC driver. If anyone can contribute more imformation then please contact me at the This short document details what I know about this at the

I have had a number of requests from people wanting to connect to IBM's DB2 from
#How to install ibm db2 odbc driver windows 7 software
The IBM i Access Client Solutions Windows Application software is opened by running the following program ( 32 bit version also available in sub folder):Ĭ:\Users\Public\IBM\ClientSolutions\Start_Programs\Windows_x86-64\acslaunch_win-64.exe
#How to install ibm db2 odbc driver windows 7 download
