Previous: Database Macros, Up: Relational Database [Contents][Index]
(require ’database-browse)
Prints the names of all the tables in database and sets browse’s default to database.
Prints the names of all the tables in the default database.
For each record of the table named by the symbol table-name, prints a line composed of all the field values.
Opens the database named by the string pathname, prints the names of all its tables, and sets browse’s default to the database.
Sets browse’s default to database and prints the records of the table named by the symbol table-name.
Opens the database named by the string pathname and sets browse’s
default to it; browse
prints the records of the table named by
the symbol table-name.