Purpose
Returns or assigns an integer value indicating the cursor rowset size.
Syntax
DBStatement.RowsetSize [= Size]
Size |
Can be set to the desired number of rows in the rowset or SQL_ROWSET_SIZE_DEFAULT, which specifies a rowset size of one record. |
|