Open a Table

When a command is invoked that opens a table, the table is loaded into memory. A table opened for read-only access may be modified in memory but not stored to the library. A table opened for write access may be stored back to the library.

Unlike many databases, tables in tableBASE may also be opened implicitly by commands such as Get First (GF) or Get Last (GL).