UltraLite Static C++ API Reference
bool BeforeFirst( )
Changes the cursor position to be before the first row in the current table or result set.
true (1) if successful.
false (0) if unsuccessful.
The following example makes the current row the first row of the table tb:
tb.BeforeFirst(); tb.Next();
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.