xml.Serializer.SetOption

Sets a global option value for the serializer engine

Syntax

xml.Serializer.SetOption(
   optionName STRING,
   optionValue STRING )
  1. optionName specifies the name of the option flag.
  2. optionValue defines the value of the flag.

Usage

This method sets the specified option value for the serializer engine for an option defined by optionName.

In case of error, the method throws an exception and sets the status variable. Depending on the error, a human-readable description of the problem is available in the sqlca.sqlerrm register. See Error handling in GWS calls (status).