OpenDatabase creates or opens a local database in which large amounts of data can be stored that can still be queried in a reasonable amount of time.
db = app.OpenDatabase(
name )
→ app object: Database
Methods
The following methods are available on the Database object:
Close()
Delete()
GetName() → String
GetType() → String: “Database”
name → String