Another variable we need to specify is the location of the DB2 JDBC drivers on the server.
我们需要指定的另一个变量就是DB 2JDBC驱动程序在服务器上的位置。
Next, use the JDBC driver that works with your system.
下一步,使用适合您的系统的JDBC驱动程序。
He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.
他介绍了如何使用JDBC驱动、连接、语句、结果集对象的类包装来工具化jdbc,并由此工具化数据库调用。
However, the alternate server information will only be stored in memory on the JDBC driver side.
不过,备用服务器信息将仅存储在JDBC驱动程序端的内存中。
Since you can make a JDBC connection to most databases, you can really just use the JDBC driver to connect to any database of your choice.
因为可以通过JDBC连接大多数数据库,所以实际上可以使用JDBC驱动程序连接您选择的任何数据库。
This tells the server which JDBC driver class to use to access the database.
这将告诉服务器要使用哪一类JDBC驱动程序来访问数据库。
To create a data source, we must create a JDBC provider, which contains the JDBC driver information.
要创建数据源,我们必须创建一个JDBC提供程序,它包含JDBC驱动程序信息。
To build and test your database-driven code, you need to add libraries to your component that provide the necessary JDBC drivers.
要构建和测试数据库驱动的代码,就需要向可提供必要的JDBC驱动程序的组件中添加库。
Therefore an ODBC driver can be used in combination with this JDBC driver.
因此,可以将OD BC驱动程序与该JDBC驱动程序结合使用。
The connector provides connection pooling and loads the JDBC driver you specify.
这个连接器提供连接池,并装载您所指定的驱动。
The JDBC driver indicates the loss of a connection with a special error code.
JDBC 驱动程序用一个特殊的错误码表示连接的丢失。
You create an instance by specifying the JDBC driver you used to access your RDBMS.
可通过指定您用来访问RDBMS的JDBC驱动程序来创建一个实例。
DB2 requires you to select which JDBC driver you want.
DB 2要求您来选择需要哪个JDBC驱动程序。
In that situation, the appropriate JDBC driver renders the connection pooling.
在那种情况下,适当的JDBC驱动程序将提供连接合用。
Security of the database access relies on a JDBC driver and a database implementation.
数据库访问安全依赖于JDBC 驱动程序和数据库实现。
The JDBC driver will obtain new connections from the running RAC nodes.
该JDBC驱动程序将从运行的rac节点获取新的连接。
This defines the JDBC driver class.
它定义了JDBC 驱动程序类。
The two types of JDBC drivers handle errors in very different ways.
这两类JDBC驱动程序处理错误的方式大相径庭。
To establish a connection, one needs only the JDBC driver and the connection parameters.
要建立一个连接,只需JDBC驱动程序和连接参数。
There are actually two different JDBC drivers currently included with DB2.
实际上,DB2当前包含两种不同的JDBC驱动程序。
Suppose that nearly all of your middleware deployments utilized a common JDBC driver.
设想一下,您的所有中间件部署几乎都利用了一个通用JDBC驱动器。
You do not need to enter the JDBC driver information.
您不需要输入JDBC驱动程序信息。
However, IBM provides support for the JDBC drivers listed in the Information Center.
不过IBM仅支持信息中心中列出的JDBC驱动程序。
The JDBC Adapter lets you integrate your applications with any database having a JDBC driver that supports JDBC 2.0 or later.
JDBC适配器可让您将应用程序与具有支持JDBC 2.0或更高版本的JDBC驱动程序的任何数据库集成。
The API can be used with any database products that support JDBC drivers.
API广泛用于支持JDBC驱动程序的各种数据库产品。
The script to copy the JDBC driver.
复制JDBC驱动程序的脚本。
These methods and interfaces are packaged as DB2 JDBC drivers and are categorized as Legacy CLI-based drivers and new Universal JDBC drivers.
这些方法和接口被包装成DB2JDBC 驱动程序,并且分为了 基于CLI 的传统驱动程序和新的通用 JDBC 驱动程序。
JDBC datasource Can be configured to use any JDBC driver.
JDBC数据源可以配置为使用任何JDBC驱动程序。
The standard processing for loading a JDBC driver requires two items: the driver's class name and the JDBC URL of the database that's targeted for connection.
载入JDBC驱动程序的标准过程需要两项:驱动程序的类名和连接的目标数据库的JDBCURL。
The database is accessed using the JDBC driver specified in the JDBC URL.
使用JDBCURL中指定的JDBC驱动程序访问数据库。
应用推荐