SQLFirst() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
The SQLFirst() function selects the first record of the Results Table created by the last SQLSelect() function.
Category
SQL
Syntax
[ResultCode=]SQLFirst(ConnectionID);
Argument
ConnectionID
Name of a memory integer tag that holds the number (ID) assigned by the SQLConnect() function to each database connection.
See Also
SQLConnect(), SQLSelect()