This data member contains a flag that specifies whether to automatically call SeekNext after reading a record.
BOOL m_bAutoSeekNext;
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
The default value is FALSE. If you want to use the m_bEOF data member to check for the end of the file when reading records sequentially, you should set the m_bAutoSeekNext flag to TRUE. The m_bEOF data member is only set by the SeekNext function.
CCeDBDatabase Overview, CCeDBDatabase Data Members, Windows CE Database Classes, CCeDBDatabase::m_bEOF, CCeDBDatabase::SeekNext