Open GoogleCodeExporter opened 9 years ago
pyodbc is written against ODBC 3.x (maybe even 3.1). It looks like the Sage
driver
might be older. Can you find the version of the driver and see what ODBC
version it
works with?
Original comment by mkleehammer
on 3 Jul 2009 at 9:49
It seems that the Sage Line 100 system uses ODBC v2 - it's not surprising that
it
uses an early version since it's DOS based but until my company upgrade to some
more
modern ERP or I find some way to talk to it it will continue to accommodate
their
business needs.
Am I right in thinking there isn't an earlier version of pyodbc that would
support
this?
Many thanks for the response
Original comment by ryanpjla...@gmail.com
on 4 Jul 2009 at 7:08
[deleted comment]
You are correct.
The ODBC driver manager will convert most ODBC 3 calls on the fly to ODBC 2
ones.
Anything added to 3, however, will obviously fail. If you *really* need ODBC 2
support and want to do some dev/testing yourself, you might be able to identify
the
different calls and we can wrap them with #ifndef ODBC2 or something like that.
Interested?
I wish I could do more. Have you confirmed that a newer driver isn't
available? You
may be able to get a newer driver that talks to an older backend.
Original comment by mkleehammer
on 15 Jul 2009 at 2:05
Original issue reported on code.google.com by
ryanpjla...@gmail.com
on 2 Jul 2009 at 2:31