CCeDBDatabase::m_bAutoSeekNext

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

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

BOOL m_bAutoSeekNext;

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 method.

See Also

CCeDBDatabase::m_bEOF, CCeDBDatabase::SeekNext