Small company logo:
   History
 
Advertising banner:
 
 Statement.MoveLast
Home • Help • Customization Tools • FCAS • Language Reference • Statement.MoveLast
 
Purpose
Moves the record pointer to the last record in the record set and updates bound columns.
The Move method automatically discards any changes on a modified or inserted record if the changes have not been written to the database with the Update method.
Syntax
DBStatement.MoveLast
Compliance:
Level 2 (SQLExtendedFetch)
Example
See the example for MoveFirst.