Next Topic

Previous Topic

Book Contents

NextRow

bool NextRow()

Return values

True if a new result was fetched, false if no more results of the query exists.

Remarks

The function retrieves a new result generated by a previous call to the Execute function. This function must be called before the first call to ColCount, GetCol or GetColType functions.