close table

Examples


The close table statement closes a specified table.

Syntax

close table table_name

Parameters

table_name The name of the table to be closed.

Comments

Closing tables with large table buffers can make a form with many tables operate more efficiently. Tables are automatically opened when data is retrieved from them. Under ordinary conditions you won’t have to close any tables.


Documentation Feedback