Property
This topic describes the Property element.
Description
Specify a datasource property. These properties depend on the actual driver chosen:
| Property name | Driver type | Description |
|---|---|---|
serverName | All drivers | The name of the database server host. |
portNumber | All drivers | The port of the database server: 1433 for Microsoft SQL Server, 1521 for 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 |
loginTimeout | All drivers | The amount of time, in seconds, that the driver waits for a connection to be established before timing out the connection request |
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 |