Issue 299: isql -v dollyagftest works pyodbc not with informix
Status:  New
Owner: ----
Reported by wjbpr...@gmail.com, Nov 26, 2012
What steps will reproduce the problem?
1. start python shell
2. import pyodbc
3. pyodbc.connect('DSN=dollyagftest')

What is the expected output? What do you see instead?
I expect a connection, but I get this error:
pyodbc.connect('DSN=dollyagftest')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
pyodbc.Error: ('H', '[H] [unixODBC][ (-11060) (SQLDriverConnectW)')

What version of the product are you using? On what operating system?
latest on Ubuntu 12.10

Please provide any additional information below.
I also tried connecting with the DSN-parameters in the connection line, but without a good result. See attached obdcinst.ini and odbc.ini

odbc.ini
316 bytes   View   Download
odbcinst.ini
997 bytes   View   Download