CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    How to connect to informix?

    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


  2. #2
    Join Date
    Apr 1999
    Posts
    7

    Re: How to connect to informix?

    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.

  3. #3
    Join Date
    Jun 1999
    Posts
    3

    Re: How to connect to informix?

    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.


  4. #4
    Join Date
    Apr 1999
    Location
    Philippines
    Posts
    46

    Re: How to connect to informix?

    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!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured