Collection Contents Index START DATABASE statement [ISQL] START JAVA statement pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

START ENGINE statement [ISQL]


Function 

To start a database server.

Syntax 

START ENGINE AS engine-name [ STARTLINE command-string ]

Permissions 

The required permissions are specified by the database server -gk command-line option. This option defaults to none on the personal database server, and dba on the network server.

Side effects 

None

See also 

STOP ENGINE statement

The database server

Description 

The START ENGINE statement starts a database server. If you wish to specify a set of options for the server, use the STARTLINE keyword together with a command string. Valid command strings are those that conform to the database server command-line description in The database server.

Standards and compatibility 

Example 


Collection Contents Index START DATABASE statement [ISQL] START JAVA statement pdf/chap9.pdf