Root element of the load document.
The <rowsets>
tag can have the following children:
<rowset> tag
Holds the request for a specific rowset sent in the load request.
Attribute | Definition |
---|---|
object | Required. Holds the table name. The name should follow the naming convention specified in Naming conventions. |
The <rowset>
tag can have the following child:
<error> tag
Holds information about errors that occurred. Upon successful connection, this tag has a value of 0
. Any other value indicates an error.
Child | Definition |
---|---|
<code> | Required. Contains an integer value of the load results. A value of |
<description> | Optional. If an error occurs, this tag contains the error description. |
<external-code> | Optional. If an RDBMS error occurs, this tag contains the RDBMS code. |
<external-description> | Optional. If an RDBMS error occurs, this tag contains the RDBMS error description. |