db_stop_database Function

Stop the database identified by DatabaseName (DBN) on the server identified by ServerName (Server). If ServerName is not specified, the default server is used.

Syntax

unsigned int db_stop_database( SQLCA * sqlca, char * parms );

Parameters

Returns

Non-zero if successful; 0 otherwise.

Remarks

By default, this function does not stop a database that has existing connections. If Unconditional (UNC) is set to yes, the database is stopped regardless of existing connections.

A return value of TRUE indicates that there were no errors.

The privilege required to start and stop a database is set on the server command line using the -gd option.