Hello,

I'm really wondering why it is so difficult to connect to an Informix DB (I
didn't find any easy example).

In Java I only need this connection string:

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

For MySQL it is also quite easy:

db = MySQLdb.connect(host='hostname', user='username', passwd='password',
db='dbName')

So why I have to configure environment variables or registry keys to connect
to an Informix DB
with Python??

Is there any comparable approach doing this in one script whithout
additional configuration?

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

_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to