Database
From Lianjapedia
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Methods
This class supports the Common Methods plus the following:
| Method | Args | Description |
|---|---|---|
| Close | None | Close the active database |
| CloseGateway | None | Close the active gateway |
| Open | databasename as Character | Open the specified database |
| OpenGateway | connectionstring as Character | Open the specified gateway |
| OpenRecordset | source as Character[, type as Numeric[, options as Numeric]] | Return a Recordset object reference to the specified data source. |