COMPILE DATABASE

From Lianjapedia
Revision as of 12:33, 19 December 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Purpose

Compile stored procedure files in the specified database or databases

Syntax

COMPILE DATABASE <database name> | <skeleton>

See Also

ADATABASES(), ADD TABLE, ALTER INDEX, ALTER TABLE, BACKUP DATABASE, CLOSE DATABASES, CLOSE TABLES, COPY DATABASE, CREATE DATABASE, CREATE TABLE, CREATE INDEX, CREATE VIEW, DBUSED(), DISPLAY DATABASE, DISPLAY INDEXES, DISPLAY SCHEMAS, DISPLAY TABLES, DROP DATABASE, DROP INDEX, DROP TABLE, GETENV(), LIST DATABASE, LIST INDEXES, LIST SCHEMAS, LIST TABLES, OPEN DATABASE, RESTORE DATABASE, SET AUTOCATALOG, SET EXCLUSIVE, USE

Description

The COMPILE DATABASE command compiles all the stored procedure files or program source files in the specified database or databases. The name of the target database is specified in <database name>. Multiple databases can be specified using the skeleton and wild card characters. The database or databases need not be open when the COMPILE DATABASE command is issued.

Example

compile database southwind