This data member contains the end of file flag.
BOOL m_bEOF;
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
This flag is only set to TRUE by the SeekNext function, when it reaches the end of the database. If you want to use m_bEOF when reading records sequentially, you should set the m_bAutoSeekNext flag to TRUE.
CCeDBDatabase Overview, CCeDBDatabase Data Members, Windows CE Database Classes, CCeDBDatabase::m_bAutoSeekNext, CCeDBDatabase::SeekNext