dbTableClose

function

Library: Database access (OMDB legacy)
Include: omdb.xin

Declaration
define external function dbTableClose
         value dbTable table

Argument definitions

table
is a dbTable object attached to a database table.


Purpose

Use dbTableClose to close an attached table and release its resources.

Requirements

You must include the following line at the beginning of your OmniMark program:

  include "omdb.xin"

Usage Notes

You are allowed to close a previously closed table.