| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAString &setOption(const SAString &sOptionName); Sets a string value of a specific parameter option. ParameterssOptionName. A string key of the parameter option.
RemarksCall this method to set value(s) of server specific parameter options. See Server specific notes. A parameter related option may be specified in SAConnection object, SACommand object or SAParam object. If it is specified in SAConnection object it affects all the commands and therefore all the parameters on that connection. If it is specified in SACommand object it affects all the parameters on that command. If an option is not specified in SAConnection, SACommand and SAParam objects, the Library takes the default option's value. setOption method is safe to use in cross-server applications. An option related to a particular server does not affect others. Server specific notes
See alsoSAConnection::Option, SAConnection::setOption, SACommand::Option, SACommand::setOption Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||||||||||||||||||||||||||