chornbeak / pyodbc

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

Fails to connect to Quicken ODBC (Qodbc) #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. import pyodbc
2. cnxn = pyodbc.connect('DSN=myQodbcDsn')
3. (Failure!)

What is the expected output? What do you see instead?

It gives a failed call to qodbc saying that it was missing some ODBC
register or something to that effect (I've since removed qodbc and pyodbc
as the project cannot continue without quickbooks connectivity)

What version of the product are you using? On what operating system?

Using qodbc version 9.0 and pyodbc 2.1.5

Please provide any additional information below.

Pyodbc works peachy with mysql, but fails on connection to qodbc. Kind of
disappointing. There's a free version of Qodbc you can tryout, assuming you
have a quickbooks file. And since it's ODBC this is a windows only issue.

Original issue reported on code.google.com by josht...@gmail.com on 14 May 2009 at 6:05

GoogleCodeExporter commented 8 years ago
This isn't something I'll really be able to test without a Quickbooks file.  Is 
this something you can help with?

Original comment by mkleehammer on 1 Jan 2010 at 6:39

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I am having the exact same issue.
Does anyone know a resolution for this?

Original comment by escott...@gmail.com on 10 Nov 2012 at 8:03