CDaoRecordset::GetCacheStart
Call this member function to obtain the bookmark value of the first record in the recordset to be cached.
COleVariant GetCacheStart( );
Return Value
A COleVariant that specifies the bookmark of the first record in the recordset to be cached.
Remarks
The Microsoft Jet database engine requests records within the cache range from the cache, and it requests records outside the cache range from the server.
Notes
Records retrieved from the cache do not reflect changes made concurrently to the source data by other users.
For related information, see the topic "CacheSize, CacheStart Properties" in DAO Help.
Requirements
Header: afxdao.h