Connection to external Informix Database

lurchos
lurchos 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

  • garak
    garak 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!
  • lurchos
    lurchos Member Posts: 3
    Hey Garak,

    thank you very much. It is working now.

    Steffen
  • garak
    garak Member Posts: 3,263
    Please and welcome
    Do you make it right, it works too!