• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Connect to Informix Database

Hi,

I would like to connect Informix database using ADODB object.
I am provide with the below details by my java REST API developer.
Please provide some light as I am new to connecting to informix database.

<connection-url>jdbc:informix-sqli://xxxxxxxx:5014/DBName:INFORMIXSERVER=test1150soc</connection-url>
<driver-class>com.informix.jdbc.IfxDriver</driver-class>
<driver>InformixDB</driver>
 
There are other API and SDK that you can leverage. Read the Infomix's entire documentation.

It has info on pretty much anything you need to do with Infomix. Along with link for Infomix communty...
 
Can anyone help me connect to Inforxmix database using excel ADODB object. if anyone has already done it I need your help and assistance
 
Back
Top