UltraLite Static C++ API Reference
bool Last( )
Move the cursor to the last row in the table or result set.
true (1) if successful.
false (0) if unsuccessful.
The following example moves to a position after the last row in a table:
tb.Open( &conn ); tb.Last(); tb.Next();
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.