SMA and LLA Guide : solidDB® Server Control API (SSC API) : SSC API reference : Obtaining solidDB® status and server information
  
Obtaining solidDB® status and server information
You can use the function SSCGetStatusNum to view status information of the solidDB® database server. The following information is displayed:
Number of rows that are not merged from the Bonsai Tree to the Storage Tree
The SSCGetServerHandle function returns the solidDB® server handle if the server is running.
You can also use the function SSCIsRunning to verify if the server is running. Use the function SSCIsThisLocalServer to verify whether an application is linked to the local linked library access server library (for example, ssolidacxx.dll for Windows platforms) or a “dummy” server library (for example, solidctrlstub.lib for Windows platforms) that are used to test remote applications that are using Control API.
See also
SSC API reference