Installation guide
mxODBC - Python ODBC Database Interface
7.7 Cursor Object Attributes................................................. 134
.arraysize................................................................................. 134
.bindmethod............................................................................ 134
.closed..................................................................................... 134
.colcount ................................................................................. 134
.command ............................................................................... 134
.connection .............................................................................135
.converter................................................................................ 135
.cursortype ..............................................................................135
.datetimeformat....................................................................... 135
.decimalformat ........................................................................ 135
.description ............................................................................. 135
.encoding ................................................................................136
.messages................................................................................136
.paramcount ............................................................................ 136
.paramstyle.............................................................................. 136
'qmark' (default)....................................................................... 136
'named' .................................................................................... 137
.row......................................................................................... 137
.rowfactory.............................................................................. 137
.rowcount................................................................................ 138
.rownumber ............................................................................138
.stringformat............................................................................ 138
.timestampresolution............................................................... 138
.warningformat........................................................................ 138
8. Data Types supported by mxODBC ................ 139
8.1 mxODBC Parameter Binding .......................................... 139
8.1.1 Parameter Binding Styles ................................................................... 140
8.2 mxODBC Input Binding Modes ...................................... 141
8.2.1 Adjusting the Type Binding Mode ...................................................... 142
Per Connection Type Binding Setting............................................ 142
Per Cursor Type Binding Setting ................................................... 142
Per-Statement Binding Mode ........................................................ 142
8.3 SQL Type Input Binding .................................................. 143
8.4 Python Type Input Binding.............................................. 147
8.5 Output Conversions........................................................ 149