Connection
Anatomy
<db:connection server="string" dbname="string" username="string" password="string" type="pgsql">
ixml
</db:connection>
Description: DB:CONNECTION establishes a database connection.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| server | string | Server | db:connection |
| dbname | string | Database name | db:connection |
| username | string | Username | db:connection |
| password | string | Password | db:connection |
| type | type | Database type | db:connection |