History  | 
MovePrev (database statements) 
Purpose 
Moves the record pointer to the previous 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.MovePrev 
Compliance: 
Level 2 (SQLExtendedFetch) 
Example 
See the example for MoveFirst.  
 | ||