|
||||||||||
|
||||||||||
Related Syntax | Related Concepts | Other Library Functions |
function | dbProcedureClose |
Available in:
Professional Enterprise |
Library: omdb - high level database access
Include: omdb.xin |
define external function dbProcedureClose value dbProcedure procedure
where
Use dbProcedureClose to close a connection to a stored procedure and release its resources.
You must include the following line at the beginning of your OmniMark program:
include "omdb.xin"
Closing a procedure more than once is allowed.
---- |