Loopback59 / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

isql -v dollyagftest works pyodbc not with informix #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by wjbpr...@gmail.com on 26 Nov 2012 at 2:23

Attachments: