DataSource

Documentation for DataSource element

Description

Child elements

Note: Child elements must occur in the order shown.

Child elementMust occur at leastMay occur at most
Property0 times (optional)any number of times

Attributes

AttributeDescription and useType
Class

Specify the fully qualified classname of the DataSource implementation to use. This depends on the database you use:

Microsoft SQL Server 2000 or Microsoft SQL Server 2005

Set this attribute to com.microsoft.jdbcx.sqlserver.SQLServerDataSource

Oracle

Set this attribute to oracle.jdbc.pool.OracleDataSource and explicitly set the driverType named property in a Property child element.

IBM DB2

Set this attribute to com.ibm.db2.jcc.DB2SimpleDataSource and explicitly set the driverType named property in a Property child element.

required
string