company logo

DBObjectHandle :: SetServerOption - Set option value on server

Options or system variables can be set for the server. This is necessary for controlling functions running on the server side.

Server variables are valid on the server only for the connected client.

Return value:  Success ( logical  )

Implementation details

logical DBObjectHandle  :: SetServerOption ( NString &var_name, NString &var_string )
  • var_name - Option name

    The name refers to an option set on the server or client side. Option names may be defined simply as an identifier (main option) or as an option hierarchy path when the option is defined on a lower level of the option hierarchy.

  • var_string - Value for the variable