solidDB Help : solidDB reference : 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.
Go up to
solidDB SA: Function reference