START DATABASE Statement [Interactive SQL]

Starts a database on the specified database server.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

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

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

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

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Not applicable.

Permissions

(back to top)

Requires the SERVER OPERATOR system privilege.