Поделиться через


CDaoRecordset::GetCacheStart

Call this member function to obtain the bookmark value of the first record in the recordset to be cached.

COleVariant GetCacheStart( );

Возвращаемое значение

A COleVariant that specifies the bookmark 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.

ПримечаниеПримечание.

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.

Требования

Header: afxdao.h

См. также

Основные понятия

CDaoRecordset Class

CDaoRecordset Members

Hierarchy Chart

CDaoRecordset::FillCache

CDaoRecordset::GetCacheSize

CDaoRecordset::SetCacheSize

CDaoRecordset::SetCacheStart