
- #Informix odbc driver odbcconnection install#
- #Informix odbc driver odbcconnection driver#
- #Informix odbc driver odbcconnection software#
- #Informix odbc driver odbcconnection trial#
And change Client locale to value ( en_us.819), Click Apply. If default entry is other than 32767, then manually change it to 32767. Ensure that the entry for Fetch Buffer size field is 32767. Select the Use Server Database locale check box.
#Informix odbc driver odbcconnection driver#
Step 5: The ODBC Driver Setup window is displayed. From the list of available data sources, select IBM INFORMIX ODBC DRIVER. Step 4: The Create New Data Source window is displayed. Step 3: Click on Add to create a new DSN. ODBC Data Source Administrator window is displayed. Create new connection to the Informix server and have some fun with Data.Step 1: Go to Control Panel > Administrative Tools > Data Sources. Go to add new data source, you will find “IBM OLE DB Provider for Informix” is listed under OLE DB providers. Click on apply and test connection.Īlmost Done! configuring your environment to connect to Informix. Give any data source name and fill appropriate connection details.

Select IBM INFORMIX ODBC DRIVER and click finish. Weird I know don’t ask me why it works this way but it does Don’t use Data Source Administrator tool in “Program Files>Administrative Tools” instead use “ C:\Windows\SysWOW64\odbcad.exe” to add and configure new data source. The first entry is the service name then port number and protocol.Īfter editing the service file, you can create a new Open Data Base Connection (ODBC). The format of the service file is clearly mentioned to the beginning of the file. Service file can be found in “ C:\Windows\System32\drivers\etc“. Then add a new entry to your services file. You will find the INFORMIXDIR and INFORMIXSERVER environmental variables are filled with values regarding to default server. You can find Setnet32 application under “All programs>IBM Informix Client SDK”.įill Server information and Host information with correct details to your Informix server.
#Informix odbc driver odbcconnection install#
Then install the product including IBM data server driver package.Īfter installing the client SDK, use Setnet32 tool to configure a default Informix server. Otherwise you will prompt an error message saying add a prefix to path variable. The next step is to add a path to “C:\Windows\SysWOW64” to the beginning of the path environmental variable before installing the client SDK. You can download the latest version of client SDK from here. Don’t go for the 64bit versions unless you are working with BIDS 2008R2 or SQL 2012 Data Tools since anything before that (BIDS) is still a 32bit application, and your 64bit providers will not be shown on the providers list. It’s a freeware but you have to register on the IBM’s website to download the product.
#Informix odbc driver odbcconnection software#
Hopefully this post will save you some leg work.įirst download the latest version of Informix Client Software Development Kit (32bit) from IBM’s website. Eventually I was able to achieve the successful connection to an Informix database from an SSIS package (Works for Excel etc.
#Informix odbc driver odbcconnection trial#
I had to go through stacks of IBM documentation, a lot of articles on the internet, and some trial and error before I reached a working solution.

After some digging I came up with the following way to connect to Informix database through SSIS in a Windows 圆4 environment. As with many 3rd party products IBM’s Informix OLEDB connection object is less then straight forward when it comes to configuring it to work with SSIS.
