| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAString &setOption(const SAString &sOptionName); Sets a string value of a specific command option. ParameterssOptionName. A string key of the command option.
RemarksCall this method to set value(s) of server specific command options. See Server specific notes. A command related option may be specified in either SAConnection object or SACommand object. If it is specified in SAConnection object it affects all the commands on that connection. If an option is not specially assigned to the SACommand object the Library takes this option from related SAConnection object (see SAConnection::Option method). If an option is not specified in neither SACommand nor SAConnection objects, the Library takes the default option value. setOption method is safe to use in cross-server applications. An option related to a particular server does not affect others. Server specific notesSQL Server (OLE DB) specific options SQL Server (DB-Library) specific options See alsoSAConnection::setOption, SAConnection::Option 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. |
||||||||||||||||||