mxODBC SQL Type error with MS SQL Server

Anders M Eriksson anders.eriksson at morateknikutveckling.se
Tue Mar 28 10:50:14 EST 2000


On Tue, 28 Mar 2000 00:03:53 -0800, Bill Hunter <bkhunter at best.com>
wrote:

>I am a few hours into trying to use mxODBC.  Environment is Windows NT
>using ODBC to talk to a local SQL Server test database.
>
>With the following extension of Marc's test program (basically just
>forming the connection to SQL Server and plugging in some SQL) I get:
>Traceback  (innermost last):
>   File "testODBC.py", line 10, in ?
>      mydata = mycursor.fetchall()
>mxODBC.InterfaceError: SQL type (code -9) not implemented.

mxODBC supports Python DB API Version 1.0. which doesn't support
fetchall()

// Anders




More information about the Python-list mailing list