Part |
Description |
recordset |
A Recordset
object created from an ODBC data source, such as a TableDef
representing an attached table or a QueryDef
object derived from such a TableDef. |
rows |
An Integer
specifying the number of rows to fill in the cache. If
you omit this argument, the value is determined by the CacheSize
property setting. |
start |
A string specifying
a bookmark. The cache is filled starting from the record
indicated by this bookmark. If you omit this argument,
the cache is filled starting from the record indicated by
the CacheStart property. |