Starts a database on the specified database server.
START DATABASE database-file … [ AS database-name ] … [ ON engine-name ] … [ AUTOSTOP { YES | NO } ] … [ KEY key ]
START DATABASE '/s1/sybase/sample_2.db'
START DATABASE 'c:\sybase\sample_2.db' AS sam2 ON eng1
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.