SQLPrev() function
- Last UpdatedJun 17, 2024
- 1 minute read
The SQLPrev() function selects the previous record of the Results Table created by the last SQLSelect() function.
Category
SQL
Syntax
[ResultCode=]SQLPrev(ConnectionID);
Argument
ConnectionID
Name of a memory integer tag that holds the number (ID) assigned by the SQLConnect() function to each database connection.
Remarks
A SQLSelect() function must be processed before using this command.
Example
ResultCode=SQLPrev(ConnectionID);
See Also
SQLConnect(), SQLSelect()