solidDB Help : solidDB reference : solidDB SA: Function reference : SaConnect
  
SaConnect
SaConnect creates a connection to the solidDB server. Several connections can be active at the same time, but operations in different connections are executed in separate transactions.
Synopsis
SaConnectT* SA_EXPORT_H SaConnect(
  char* servername,
  char* username,
  char* password)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
servername
in, use
Server name. An empty servername connects to the linked server.
username
in, use
User name
password
in, use
Password
Return value
The following table describes the return values:
 
Return usage type
Description
give
Connect pointer, or if connection failed, NULL.
Go up to
solidDB SA: Function reference