Documentation Center

Property

This topic describes the Property element.

Description

Specify a datasource property. These properties depend on the actual driver chosen:
Property nameDriver typeDescription
serverNameAll driversThe name of the database server host.
portNumberAll driversThe port of the database server: 1433 for Microsoft SQL Server, 1521 for Oracle.
databaseNameAll driversThe name of the database
userAll driversThe name of a user who can access the database
passwordAll driversThe password of that user
loginTimeoutAll driversThe amount of time, in seconds, that the driver waits for a connection to be established before timing out the connection request
driverTypeOracle driver onlyThe type of driver ( thin).
networkProtocolOracle driver onlyThe network protocol to use ( tcp).

Attributes

AttributeDescription and useType
Name

Name of a property supported by the selected DataSource

(required)
string
Value

Value for the named property

(required)
string