DBObjectHandle :: GetServerOption - Get system option from server
The function returns the value for an option or system variable set on the server side.
Return value: Value for the variable ( NString & )
Implementation details
NString
DBObjectHandle  :: 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.