Closed GoogleCodeExporter closed 9 years ago
Addendum:
Same error with Autocommit=True also
Original comment by faul...@iinet.net.au
on 10 Nov 2009 at 12:50
DOH!
pyodbc.connect(r"DRIVER={Microsoft Access dBASE Driver (*.dbf, *.ndx,
*.mdx)};Dbq=d:\projects\todd", autocommit=True)
appears to work
Original comment by faul...@iinet.net.au
on 10 Nov 2009 at 12:56
Great. I'll leave this open and make it generate an error if autocommit has the
wrong case...
Original comment by mkleehammer
on 10 Nov 2009 at 1:26
Actually, I misunderstood the original error. Autocommit is a special
*keyword* to the connect function, it is not
something that can be part of the connection string. pyodbc does not examine
your connection string at all. It
will append keywords to your string, but it doesn' t look at it for settings.
Original comment by mkleehammer
on 31 Dec 2009 at 6:42
Original comment by mkleehammer
on 21 Nov 2010 at 4:43
Original issue reported on code.google.com by
faul...@iinet.net.au
on 9 Nov 2009 at 11:16