The Maximum Open Rows property specifies the maximum number of rows that can be active at the same time.
object.Properties("Maximum Open Rows") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Integer that specifies the maximum number of rows.
adInteger
Read/write
DBPROP_MAXOPENROWS
This limit on the maximum number of rows does not reflect resource limitations such as Random Access Memory (RAM), but does apply if the recordset implementation uses some strategy that results in a limit.
If there is no limit, the value of the Maximum Open Rows property is set to zero. The provider is free to support a greater number of active rows than the maximum specified by the application. In this case, the provider returns the actual maximum number of active rows instead of the value specified by the application.