[DB-SIG] How to connect to informix DB in an easy way

M. Hecht mhecht2909 at instant-mail.de
Fri Aug 21 15:34:06 CEST 2009


Hello,

> You have to configure environment variables or registry keys to connect to
> Informix with ANY LANGUAGE, not just in Python, because that's how the
> Informix client library is set up.

as you can see from the connection string

  jdbc:informix-sqli://address:port/dbName:informixserver=dbServerName 

it is NOT necessary to do this in JAVA! Neither for Informix nor for any
other DBMS since the connection string is the only necessary information.
;-)

But thank you for the link to the documentation. Maybe I can make the setup 
from source code, what would be totally sufficient.


-- 
View this message in context: http://www.nabble.com/How-to-connect-to-informix-DB-in-an-easy-way-tp25076131p25079891.html
Sent from the Python - db-sig mailing list archive at Nabble.com.



More information about the DB-SIG mailing list