SQLClearStatement() function
- Last UpdatedJun 17, 2024
- 1 minute read
The SQLClearStatement() function releases database resources associated with the statement specified by the StatementID argument.
Category
SQL
Syntax
[ResultCode=]SQLClearStatement(ConnectionID, StatementID);
Arguments
ConnectionID
Name of a memory integer tag that holds the number (ID) assigned by the SQLConnect() function to each database connection.
StatementID
Integer value returned by SQL when a SQLPrepareStatement() function is used.
See Also
SQLConnect(), SQLPrepareStatement()