Database
Links
Cursor Objects
.description
This read-only attribute is a sequence of 7-item sequences. Each of these sequences contains information describing one result column:
nametype_code:STRING,BINARY,NUMBER,DATETIMEorROWIDdisplay_sizeinternal_sizeprecisionscalenull_ok
The first two items (name and type_code) are mandatory, the other five are optional.
Note: For an example of how to process this data, review the
pk.db.query_result_processor.QueryResultProcessor class.
.rowcount
This read-only attribute specifies the number of rows that the last
executeXXX() produced or affected.
Parameters
See Microsoft - SQL Server, Usage, Parameters`_