ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/program/datasrcsp.htm

129 lines
7.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Available JDBC providers</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h6><a name="datasrcsp"></a>Available JDBC providers</h6>
<p>The following list contains descriptions for JDBC providers supported in WebSphere Application Server - Express. It also shows the supported data source classes and required properties.</p>
<p>Specific fields are designated for the user and password properties. Inclusion of a property in the list does not imply that you should add them it to the data source properties list. Rather, inclusion in the list means that a value is typically required for that field. </p>
<p>
<ol>
<li><p><strong>DB2 UDB for iSeries (Native - Version 5 Release 2 and later)</strong><br>
The iSeries Developer Kit for Java contains this Type 2 JDBC driver that is built on top of the iSeries DB2 Call Level Interface (CLI) native libraries. Use this driver for local DB2 connections on the iSeries server. It is not recommended for remote access. Use this driver for i5/OS V5R2 or later releases.</p>
<ul>
<li><p>DB2 UDB for iSeries (i5/OS V5R2 and later) supports one phase data source:<br>
<pre>com.ibm.db2.jdbc.app.UDBConnectionPoolDataSource</pre></p>
</li>
<li><p>This driver requires the db2_classes.jar JDBC driver file.</p></li>
<li><p>This driver requires the following DataStoreHelper class:<br>
<pre>com.ibm.websphere.rsadapter.DB2AS400DataStoreHelper</pre>
</p></li>
<li><p>This driver requires the following property:<br>
<strong>databaseName</strong>: The name of the relational database to which the data source connections are established. This name must appear in the iSeries Relational Database Directory. The default is *LOCAL.</p></li>
</ul>
</li>
<li><p><strong>DB2 UDB for iSeries (Native XA - Version 5 Release 2 and later)</strong><br>
The iSeries Developer Kit for Java contains this XA-compliant Type 2 JDBC driver built on top of the iSeries DB2 Call Level Interface (CLI) native libraries. Only use this driver for local DB2 connections on iSeries. It is not recommended for remote access. Use this driver for iSeries V5R2 or later releases.</p>
<ul>
<li><p>DB2 UDB for iSeries (Native XA - V5R2 and later) supports two phase data source:<br>
<pre>com.ibm.db2.jdbc.app.UDBXADataSource</pre></p>
</li>
<li><p>This driver requires the db2_classes.jar * JDBC driver files.</p></li>
<li><p>This driver requires the following DataStoreHelper class:<br>
<pre>com.ibm.websphere.rsadapter.DB2AS400DataStoreHelper</pre>
</p></li>
<li><p>This driver requires the following property:<br>
<strong>databaseName</strong>: The name of the relational database to which the data source connections are established. This name must appear in the iSeries Relational Database Directory. The default is *LOCAL.</p></li>
</ul>
</li>
<li><p><strong>DB2 UDB for iSeries (Native - Version 5 Release 1 and earlier)</strong><br>
The iSeries Developer Kit for Java contains this Type 2 JDBC driver that is built on top of the iSeries DB2 Call Level Interface (CLI) native libraries. Only use this driver for local DB2 connections on iSeries. It is not recommended for remote access. Use this driver for iSeries V5R1, or earlier releases.</p>
<ul>
<li><p>DB2 UDB for iSeries (Native V5R1 and earlier) supports one phase data source:<br>
<pre>com.ibm.db2.jdbc.app.DB2StdConnectionPoolDataSource</pre></p></li>
<li><p>This driver requires the db2_classes.jar * JDBC driver files.</p></li>
<li><p>This driver requires the following DataStoreHelper class:<br>
<pre>com.ibm.websphere.rsadapter.DB2AS400DataStoreHelper</pre>
</p></li>
<li><p>This driver requires the following property:<br>
<strong>databaseName</strong>: The name of the relational database to which the data source connections are established. This name must appear in the iSeries Relational Database Directory. The default is *LOCAL.</p></li>
</ul>
<p>The V5R1 and earlier JDBC drivers are supported, but will not receive any future enhancements. It is recommended that you replace them with the V5R2 JDBC driver providers whenever possible.</p>
</li>
<li><p><strong>DB2 UDB for iSeries (Native XA - Version 5 Release 1 and earlier)</strong><br>
The iSeries Developer Kit for Java contains this XA-compliant Type 2 JDBC driver built on top of the iSeries DB2 Call Level Interface (CLI) native libraries. Only use this driver for local DB2 connections on iSeries. It is not recommended for remote access. Use this driver for iSeries V5R1, or earlier releases.</p>
<ul>
<li><p>DB2 UDB for iSeries (Native XA - V5R1 and earlier) supports two phase data source:<br>
<pre>com.ibm.db2.jdbc.app.DB2StdXADataSource</pre></p></li>
<li><p>This driver requires the db2_classes.jar JDBC driver files.</p></li>
<li><p>This driver requires the following DataStoreHelper class:<br>
<pre>com.ibm.websphere.rsadapter.DB2AS400DataStoreHelper</pre>
</p></li>
<li><p>This driver requires the following properties:<br>
<strong>databaseName</strong>: The name of the relational database to which the data source connections are established. This name must appear in the iSeries Relational Database Directory. The default is *LOCAL.</p></li>
</ul>
<p>The V5R1 and earlier JDBC drivers are supported, but will not receive any future enhancements. It is recommended that you replace them with the V5R2 JDBC driver providers whenever possible.</p>
</li>
<li><p><strong>DB2 UDB for iSeries (Toolbox)</strong><br>
This JDBC driver, also known as iSeries Toolbox driver for Java, is provided in the DB2 for iSeries database server. Use this driver for remote DB2 connections on iSeries. We recommend you use this driver instead of the IBM Developer Kit for Java JDBC Driver to access remote DB2 UDB for iSeries servers.</p>
<ul>
<li><p>DB2 UDB for iSeries (Toolbox) supports one phase data source:<br>
<pre>com.ibm.as400.access.AS400JDBCConnectionPoolDataSource</pre></p></li>
<li><p>This driver requires the jt400.jar * JDBC driver files.</p></li>
<li><p>This driver requires the following DataStoreHelper class:<br>
<pre>com.ibm.websphere.rsadapter.DB2AS400DataStoreHelper</pre>
</p></li>
<li><p>This driver requires the following property:<br>
<strong>serverName</strong>:
The name of the server from which the data source obtains connections. Example: myserver.mydomain.com.</p></li>
</ul>
</li>
<li><p><strong>DB2 UDB for iSeries (Toolbox XA)</strong><br>
This XA compliant JDBC driver, also known as iSeries Toolbox XA compliant driver for Java, is provided in the DB2 for iSeries database server. Use this driver for remote DB2 connections on iSeries. We recommend you use this driver instead of the IBM Developer Kit for Java JDBC Driver to access remote DB2 UDB for iSeries systems.</p>
<ul>
<li><p>DB2 UDB for iSeries (Toolbox XA) supports two phase data source:<br>
<pre>com.ibm.as400.access.AS400JDBCXADataSource</pre></p></li>
<li><p>This driver requires the jt400.jar JDBC driver files.</p></li>
<li><p>This driver requires the following DataStoreHelper class:<br>
<pre>com.ibm.websphere.rsadapter.DB2AS400DataStoreHelper</pre>
</p></li>
<li><p>This driver requires the following property:<br>
<strong>serverName</strong>: The name of the server from which the data source obtains connections. Example: myserver.mydomain.com.</p></li>
</ul>
</li>
</ol>
</p>
<p>For more information on DB2 UDB for iSeries, see the following Web site:</p>
<blockquote>
<p><strong>DB2 Universal Database for iSeries Web site</strong><br>
<a href="http://www.ibm.com/servers/eserver/iseries/db2/" target="_blank">http://www.ibm.com/servers/eserver/iseries/db2/</a>
<img src="www.gif" width="18" height="15" align="absbottom" alt="Link outside Information Center" border="0"></p>
</blockquote>
</body>
</html>