Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDefineChSet
  
SaDefineChSet
SaDefineChSet defines the client character set.
Synopsis
SaRetT SA_EXPORT_H SaDefineChSet(
  SaConnectT* scon,
  SaChSetT chset)
Parameters
Parameters
Usage type
Description
scon
in out
Pointer to a connection object
chset
in
Enumerated charset specification. The valid character sets are listed in the sa.h file and include SA_CHSET_DEFAULT, SA_CHSET_ANSI, and so on.
Note The usage type of scon includes “out” because the scon parameter is modified by this function call.
Return value
SA_RC_SUCC when OK or SA_ERR_CHSETUNSUPP when specified character set is not supported.
See also
solidDB® SA function reference