SQLEnd() function
- Last UpdatedJun 17, 2024
- 1 minute read
The SQLEnd() function is run after the SQLSelect() function to free memory used to store the contents of the Results Table.
Category
SQL
Syntax
[ResultCode=]SQLEnd(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()