| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAString &setOption(const SAString &sOptionName); Sets a string value of a specific field option. ParameterssOptionName. A string key of the field option.
RemarksCall this method to set value(s) of server specific field options. See Server specific notes. A field related option may be specified in SAConnection object, SACommand object or SAFieldobject. If it is specified in SAConnection object it affects all the commands and therefore all the fields on that connection. If it is specified in SACommand object it affects all the fields on that command. If an option is not specified in SAConnection, SACommandand SAField 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. |
||||||||||||||||||||||||||||||||||||||||||