5 Database Utilities

Setting database context

DATABASE "db";

A Eloquence database server can hold more than one database. For database specific statements, the database on which they should operate must be specifid.

For example:

   DATABASE "db";
This switches the database context to database "db".


Eloquence Database Manual - 19 DEC 2002