Is there anyone out there that have the code for connecting to Informix database using c++?
I need this to be done in few days. I am looking this code for fast solution.
Thank you
Printable View
Is there anyone out there that have the code for connecting to Informix database using c++?
I need this to be done in few days. I am looking this code for fast solution.
Thank you
In VC, you can connect to Informix database via ODBC for informix. But in your client, you must configure ODBC for informix. For example, if your informix database is online7. you must install inet software package and odbc for informix in your client machine. In addition, in your inet configuration, informix server and communication protocol must be given.
Please we can improve our program ability together.
You will be able to connect to Informix Database
throught Informix Object Data Interface library.
This software contained in Informix Client SDK,
available for download at www.informix.com.
Good Day!
Did you find the solution?
Care to share it with us?
I'm planning to use ADO prog interface.
Thanks a lot in advance!