XFA Specification
Chapter 20, Source Set Specification
Source Set Element Reference
760
The command element
A command to the database.
<command
Properties:
id="xml-id"
name="xml-id"
timeout="30
|
integer"
use="cdata"
usehref="cdata"
>
<delete>
[0..1]
<insert>
[0..1]
<query>
[0..1]
<update>
[0..1]
</command>
The command element is used within the following other elements:
source
When a database operation is invoked the set of sibling command elements is executed sequentially in
document order. The operations can not nest, that is, each command must terminate before the next one
starts.
The delete property
A SQL command to perform a simple delete operation.
For more information see "The
The id property
A unique identifier that may be used to identify this element as a target.
The insert property
A SQL command to perform a simple insert operation.
For more information see "The
The name property
An identifier that may be used to identify this element in script expressions.
The query property
Controls a cursor and associated record set.
For more information see "The
The timeout property
Time in seconds to wait before giving up on the operation. The default value is 30 seconds.