docs
code
community
mailing lists
downloads
blogs
bugs
safari bookshelf
workspace
Product Documentation
ActivePython 2.6 Documentation
Table of Contents
cursor Object
An object representing an ODBC cursor.
Methods
close
Closes the cursor
execute
Execute some SQL
fetchone
Fetch one row of data
fetchmany
Fetch many rows of data
fetchall
Fetch all the rows of data
setinputsizes
setoutputsize