ODBC connection to Informix database from another Linux-based system -


i want connect informix database using odbc connection web server. both informix server , web server implemented on different machines; both system using suse linux.

i know how create odbc connection on same informix server using unixodbc.

but don't know how create odbc connection 1 linux based machine machine informix server implemented.

if use windows 7 instead of linux windows 7 provides odbc connection template , there no problem in connectivity.

but how client pc running linux os.

please guide me.

if can connect 1 linux machine informix database using odbc have installed informix odbc client , 1 of odbc managers. such manager can unixodbc, informix own manager or else. on linux managers use odbc.ini , odbcinst.ini configuration files configure driver , connection.

check how configured on linux machine works: find .ini files, check environmet variables (informixdir , informixsqlhosts) , find odbc manager (unixodbc?). if use unixodbc can test connection isql utility.

good info abour configuring informix odbc client on linux can found at: http://www.ibm.com/developerworks/data/library/techarticle/dm-1108odbcdrivermanager/


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -