JDBC providers

Installed applications use JDBC providers to interact with relational databases.

The JDBC provider object supplies the specific JDBC driver implementation class for access to a specific vendor database. To create a pool of connections to that database, you associate a data source with the JDBC provider. Together, the JDBC provider and the data source objects are functionally equivalent to the Java Platform, Enterprise Edition (Java EE) Connector Architecture (JCA) connection factory, which provides connectivity with a non-relational database.

For a current list of supported providers, see the WebSphere® Application Server prerequisite website. For detailed descriptions of the providers, including the supported data source classes and their required properties, refer to the topics on data source required minimum required settings, by vendor.




Related concepts
Data sources
Related tasks
Configuring a JDBC provider and data source
Configuring a JDBC provider using the administrative console
Configuring a data source using the administrative console
Configuring a JDBC provider using wsadmin
Configuring new data sources using wsadmin
Configuring new WAS40 data sources using wsadmin scripting
Creating and configuring a JDBC provider and data source using the JMX API
Configuring data access for the Application Client
Migrating applications to use data sources of the current Java EE Connector Architecture (JCA)
Related reference
Data source minimum required settings, by vendor
Related information
WebSphere Application Server prerequisite website
http://www.ibm.com/software/webservers/appserv/doc/latest/prereq.html
Concept topic Concept topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 5:16:49 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-base-iseries&topic=jdbcprov
File name: cdat_jdbcprov.html