solidDB Help : Samples : Linked Library Access with Control API sample
  
Linked Library Access with Control API sample
This sample C application demonstrates the use and functionality of the solidDB Linked Library Access (LLA) server with the SSC API. For more information about the SSC API, see solidDB Server Control (SSC) API.
The files for the sample are located in the soliddb-installdir\samples\aclib_control_api directory.
Note To run this sample, your solidDB license file must have the solidDB LLA component enabled; otherwise, you get an error, for example, the following message:

Assertion failed: rc == SSC_SUCCESS, file aclibstandalone.c, line 267 abnormal program termination.
For general information about running the samples, see Samples.
Note LLA was previously known as Accelerator.
The sample application Acc_Control.c demonstrates the use and functionality of the following Control API functions:
SSCStartServer, see SSCStartServer
SSCStopServer, see SSCStopServer
SSCIsRunning, see SSCIsRunning
SSCSetState, see SSCSetState
SSCIsThisLocalServer, see SSCIsThisLocalServer
SSCSetNotifier, see SSCSetNotifier
SSCGetActiveTaskClass
Running the sample
Run the runme script (runme.bat in Windows), which both compiles and runs the application.
Go up to
Samples