function
| Library: Database access (OMDB legacy) Include: omdb.xin | 
define external function dbStatementDiscard
       value   dbStatement  statement
Argument definitions
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.