xml.Serializer.SetOption
Sets a global option value for the serializer engine
Syntax
xml.Serializer.SetOption(
optionName STRING,
optionValue STRING )
- optionName specifies the name of the option flag.
- 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).