The SSCStopServer function stops a Linked Library Access (LLA) server or a Shared Memory Access (SMA) server.
You can use explicit methods (for example, SSCStopServer) to shut down a server that was started with implicit methods (for example, SQLConnect). The converse is not true; for example, you cannot use SQLDisconnect to stop a server that was started with SSCStartServer.
After the server has been stopped, the application can restart the server by using, for example, SSCStartServer.
The FALSE option does not permit shutdown if there are open connections to the database or existing users. This option is equivalent to solidDB SQL extension ADMIN COMMAND 'shutdown'.
The SSCSetState() function with the SSC_STATE_OPEN option prevents new connections to the solidDB server.