You are here: Function Reference > Alphabetical Listing > D > DBClose

DBClose

Use this procedure/function to close a database table.

Syntax

DBClose (Table)

Parameter

Description

Table

Enter the name of the table you want to close.

The system closes the table and returns one (1) if the table was successfully closed. If the table cannot be closed, it may be because...

Example

Here is an example:

Procedure

Result

Explanation

DBClose("APPIDX")

1 or 0

Closes the table named APPIDX.

See also