Connection to external Informix Database

lurchoslurchos Member Posts: 3
Hi everybody,

i try to connect my codeunit to an external informix database with an Automation variable. I did a connection to SQL server without problems but i have no clue what is the process for a informix database.

Have someone any idea which Automation subtype i have to use and how has the connection string to look like.

I appreciate your help very much.

Thanks,
Steffen

Comments

  • garakgarak Member Posts: 3,263
    you can use ADO for this (read this example) or search the forum for ADO. there are many examples.

    To connect to the informix DB you need the correct conn.string. Read this website.

    Regards
    Do you make it right, it works too!
  • lurchoslurchos Member Posts: 3
    Hey Garak,

    thank you very much. It is working now.

    Steffen
  • garakgarak Member Posts: 3,263
    Please and welcome
    Do you make it right, it works too!
Sign In or Register to comment.