Programmer Guide : solidDB® SA : solidDB® SA function reference : SaGlobalInit
  
SaGlobalInit
SaGlobalInit performs some global initialization in the SA system.
This function must be called before any other SA function except SaConnect. If the SaConnect function is called before any other SA function, then you do not need to call SaGlobalInit because SaConnect will call it for you.
Synopsis
void SA_EXPORT_H SaGlobalInit(void)
Parameters
SaGlobalInit accepts no parameters.
Return value
None.
See also
solidDB® SA function reference