Home > Contents > Index > 
OBJECT.SET
Sets a field in an object.
Syntax
<OBJECT.SET NAME="some object name" FIELD="some field" VALUE="some value"/>Parameters
NAME (required)- Name of the object.
FIELD (required)- Field to be set.
VALUE (required)- Value to be set in field.
Description
This tag sets the value of a field in a previously loaded object.
Error Numbers
The possible values of
errnoinclude:
Example
The following example sets the value to
redin thenamefield ofobject1.<OBJECT.SET NAME="object1" FIELD="name" VALUE="red"/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.