mxODBC

Anders M Eriksson anders.eriksson at morateknikutveckling.se
Tue Jan 11 10:56:04 EST 2000


hELLO!

I'm trying to use the mxODBC module to access an dBASE 5 database on a
Windows NT system. I have used this script:

import ODBC.Windows

db = ODBC.Windows.connect('myDatabase')		# MyDatabase is a
local DSN
<snip>
db.close()

When I run this script I get this error on the connect line

NotSupportedError: ('S1C00', 106, '[Microsoft][ODBC dBase
Driver]Optional feature not implemented ', 4226)

If I use the Win32 odbc then it works!

any idea what is wrong??

// Anders




More information about the Python-list mailing list