Sets or returns a value that specifies the bookmark of the first record in a dynaset-type Recordset object containing data to be locally cached from a Microsoft Jet-connected ODBC data source (Microsoft Jet workspaces only).
GetCacheStart returns a CdbBookmark.
Syntax
VOIDSetCacheStart(CdbBookmark &pbm);
CdbBookmarkGetCacheStart(VOID);
Set Parameters
Type | Example | Description |
CdbBookmark & | pbm | A CdbBookmark reference of the first record to be cached. |
Remarks
Data caching improves the performance of an application that retrieves data from a remote server through dynaset-type Recordset objects.