Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
COleVariant GetCacheStart( );
throw( CDaoException, CMemoryException );
Return Value
A COleVariant that specifies the bookmark of the first record in the recordset to be cached.
Remarks
Call this member function to obtain the bookmark value of the first record in the recordset to be cached. 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.
Note Records retrieved from the cache do not reflect changes made concurrently to the source data by other users.
For more information about caching records, see the article in Visual C++ Programmer's Guide. For related information, see the topic "CacheSize, CacheStart Properties" in DAO Help.
CDaoRecordset Overview | Class Members | Hierarchy Chart
See Also CDaoRecordset::FillCache, CDaoRecordset::GetCacheSize, CDaoRecordset::SetCacheSize, CDaoRecordset::SetCacheStart