
mxODBC - Python ODBC Database Interface
Note:
When connecting to a database with transaction support, you should explicitly
do a .rollback() or .commit() prior to closing the connection. In the
example this was omitted since the used MySQL database backend does not
support transactions and we were only reading from the database.
186
Commenti su questo manuale