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