|
|||||
|
||||||
Related Syntax | Related Concepts | Other Library Functions |
function |
dbTableClose |
Library: Database access (OMDB) legacy library
Include: omdb.xin |
define external function dbTableClose value dbTable table
Argument definitions
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.