User`s guide
6 Using Database Toolbox Functions
6-72
Property Value
'Fetch' 0 for the cursor created using exec; fetchTheData for
the cursor created using fetch.
'Scrollable' Contains a logical value to identify the cursor object
as scrollable or basic. This property is set to 1 for a
scrollable cursor and 0 otherwise. This property is
hidden and read-only.
'Position' Contains a number that specifies the current position of
the cursor in the data set. This property is only available
for a scrollable cursor. This property behaves differently
for native ODBC, JDBC, and different database drivers.
This property is read-only.
Driver Objects
Allowable property names and examples of values for driver objects appear in the
following table.
Property Example of Value
'MajorVersion' 1
'MinorVersion' 1001
Database Metadata Objects
Database metadata objects have many properties. Some allowable property names and
examples of their values appear in the following table.
Property Example of Value
'Catalogs' {4x1 cell}
'DatabaseProductName' 'ACCESS'
'DatabaseProductVersion' '03.50.0000'
'DriverName' 'JDBC-ODBC Bridge (odbcjt32.dll)'
'MaxColumnNameLength' 64
'MaxColumnsInOrderBy' 10