Property
This topic describes the Property element.
Description
Specify a datasource property. These properties depend on the actual driver chosen:
-
serverName(all drivers) -
The name of the database server host.
-
portNumber(all drivers) -
Indicates the port of the database server:
1433for Microsoft SQL Server,1521for Oracle. -
databaseName(all drivers) -
The name of the database
-
user(all drivers) -
The name of a user who can access the database
-
password(all drivers) -
The password of that user
-
driverType(Oracle driver only) -
The type of driver (
thin). -
networkProtocol(Oracle driver only) -
The network protocol to use (
tcp).
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Name | Name of a property supported by the selected DataSource (required) | string |
| Value | Value for the named property (required) | string |