START DATABASE Statement [Interactive SQL]

Starts a database on the specified database server.

Syntax

START DATABASE database-file
   … [ AS database-name ]
   … [ ON engine-name ]
   … [ AUTOSTOPYES | NO } ]
   … [ KEY key ]

Parameters

Examples

Usage

The database server must be running. The full path must be specified for the database file unless the file is located in the current directory.

The START DATABASE statement does not connect dbisql to the specified database: a CONNECT statement must be issued to make a connection.

Standards

  • SQL—Vendor extension to ISO/ANSI SQL grammar.

  • Sybase—Not applicable.

Permissions

Requires the SERVER OPERATOR system privilege.