|
||||||||||
|
||||||||||
Related Syntax | Related Concepts | Other Library Functions |
function | dbStatementDiscard |
Available in:
Professional Enterprise |
Library: omdb - high level database access
Include: omdb.xin |
define external function dbStatementDiscard value dbStatement statement
where
Use dbStatementDiscard to explicitly discard a dbStatement object and release any resources that it used.
You must include the following line at the beginning of your OmniMark program:
include "omdb.xin"
Discarding a statement that is
A statement is automatically discarded when the OMX variable leaves its scope.
---- |