company logo

ODABAClient :: SetServerVariable - Set system variable on server side

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

Server variables are valid on the server only for the connected client, i.e. each client has its own server variables, which are not shared with other clients. Server variables can be retrieved calling GetServerVariable()

Return value:  Success ( logical  )

Implementation details

logical ODABAClient  :: SetServerVariable ( 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