docs
code
community
mailing lists
downloads
blogs
bugs
safari bookshelf
workspace
Product Documentation
ActivePython 2.6 Documentation
Table of Contents
connection Object
An object representing an ODBC connection
Methods
setautocommit
Sets the autocommit mode.
commit
Commits a transaction.
rollback
Rollsback a transaction.
cursor
Creates a
cursor
object
close
Closes the connection.