solidDB Help : solidDB reference : solidDB Server Control (SSC) API : SSC API reference : SSCIsThisLocalServer
  
SSCIsThisLocalServer
The SSCIsThisLocalServer function indicates whether the application is linked to a solidDB server or the solidctrlstub library. You can use the solidctrlstub library to test remote applications using SSC API without linking the linked library access library and modifying the source code.
int SSC_CALL SSCIsThisLocalServer(void)
Return value
0 - The application is not linked to the solidDB server.
1 - The application is linked to the solidDB server.
Comments
This function has no corresponding solidDB SQL extension ADMIN COMMAND.
Go up to
SSC API reference