|
||||||||||
|
||||||||||
Related Syntax | Related Concepts | Other Library Functions |
function | dbTableClose |
Available in:
Professional Enterprise |
Library: omdb - high level database access
Include: omdb.xin |
define external function dbTableClose value dbTable table
where
Use dbTableClose to close an attached table and release its resources.
You must include the following line at the beginning of your OmniMark program:
include "omdb.xin"
You are allowed to close a previously closed table.
---- |