XFA Specification
Chapter 20, Source Set Specification
Source Set Element Reference
762
The connect element
This element controls a connection to a database.
<connect
Properties:
delayedOpen="0
|
cdata"
id="xml-id"
name="xml-id"
timeout="15
|
integer"
use="cdata"
usehref="cdata"
>
<connectString>
[0..1]
<password>
[0..1]
<user>
[0..1]
Children:
<extras>
</connect>
[0..n]
The connect element is used within the following other elements:
source
The connectString property
A string identifying a data source.
For more information see "The
connectString element".
The delayedOpen property
Controls how and when the connection is opened. The value must be one of the following:
0
Automatically opens the connection on first use.
1
Does not automatically open the connection. The connection must be opened by script, using the
db object, before it can be used.
The extras child
An enclosure around one or more sets of custom properties. The content of this element may be used by
custom applications.
For more information see "The
extras element".
The id property
A unique identifier that may be used to identify this element as a target.
Home Index Bookmark Pages
Pages: Home Index All Pages