company logo

ODABAClient :: GetServerOption - Get value for server variable

The function returns the value for an option or system variable set on the server side (server options). Server options are either defined in the Server configuration or ini-file or set by the client calling SetServerOption(). Each client has its own server options, which are not shared with other clients.

Return value:  Value for the variable ( NString & )

Implementation details

NString ODABAClient  :: GetServerOption ( NString &var_name )
  • 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.