This topic contains 1 reply, has 2 voices, and was last updated by Pearce H 5 years, 2 months ago.
db.connect to Sybase
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by Pearce H 5 years, 2 months ago.
What is needed to connect to a Sybase database in the translator. I can find code snippets for other databases on the website but nothing on Sybase. api=??
Thanks
Hello,
Under the API parameter if you type in “api=db.” it will bring up a list of the available databases to connect to, as well as the other database functions. You should see two options for Sybase, which are SYBASE_ASA (1003) and SYBASE_ASE (1004). You’ll have to give it the name of the database, as well as set live=true.
You’ll also need to make sure that you have the appropriate ODBC driver setup for the database, as that is how Iguana will be accessing it.
Pearce Herchenrader
Solution Architect
Interfaceware Inc.
You must be logged in to reply to this topic.