CCeDBDatabase::m_bAutoSeekNext

This data member contains a flag that specifies whether to automatically call SeekNext after reading a record.

BOOL m_bAutoSeekNext;

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Remarks

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.

See Also

CCeDBDatabase Overview, CCeDBDatabase Data Members, Windows CE Database Classes, CCeDBDatabase::m_bEOF, CCeDBDatabase::SeekNext