Home > Language Reference > Classes > Database

Close Method

Closes the database.

Syntax

Public Sub Close()

Remarks

The Close method closes the database to which the Database object refers. If it is a table, derived from the Recordset object, all the necessary memory resources for manipulating the records are also freed up.

It is strongly recommended to not call this method on the Application object referenced by the global App variable as this can place the system into an unstable state.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A