solidDB Help : solidDB reference : solidDB SA: Function reference : SaSetDateFormat
  
SaSetDateFormat
SaSetDateFormat defines default date format.
For explanation of the possible date formats, see SaDateToAsciiz.
Synopsis
SaRetT SA_EXPORT_H SaSetDateFormat( SaConnectT* scon,
  char* dateformat)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
scon
in, out, use
Pointer to a connection object.
dateformat
in, use
Default date format for connection.
Note The usage type includes "out" because the scon parameter is modified by this function call.
Return value
SA_RC_SUCC if success.
SA_ERR_COMERROR if the connection to the server is broken.
Go up to
solidDB SA: Function reference