Listing 6: Daytrader DB2 database resource adapter configuration.
清单6:DaytraderDB 2数据库资源适配器配置。
Listing 5: EMPdemo Oracle database resource adapter configuration.
清单5:empdemoOracle数据库资源适配器配置。
Listing 7: EMPdemo Microsoft SQL database resource adapter configuration.
清单7:empdemoMicrosoftSQL数据库资源适配器配置。
You set up two example databases and then built an application that used the resource adapter to copy any changes to one database into the other.
您建立了两个示例数据库,然后又构建了一个应用程序,该应用程序使用资源适配器将一个数据库的任何更改复制到另一个数据库。
Before you run the JDBC resource adapter application, you need to configure your server so that the resource adapter can authenticate with the database.
在运行JDBC资源适配器应用程序之前,您需要配置服务器,以便资源适配器可以对数据库进行身份验证。
With the JDBC resource adapter, the trick to getting database changes to a module is using a trigger.
使用JDBC资源适配器,获取对模块进行数据库更改的技巧是使用触发器。
You use the flat file resource adapter to access files, such as comma delimited or XML, in the same way you access another EIS or database.
您可以使用平面文件资源适配器访问文件(如逗号分隔的文件或XML文件),并可以使用相同的方法访问其他EIS或数据库。
The wizard uses the JDBC resource adapter to determine what operations are available as part of the database.
该向导使用JDBC资源适配器确定哪些操作可用作数据库的一部分。
The import USES the resource adapter to write the updated information to the database, which is an outbound service request from the module.
导入使用资源适配器将更新的信息写入数据库,该数据库为该模块的出站服务请求。
The JDBC resource adapter handles requests to the EIS from the import, in this case a database.
JDBC资源适配器处理从导入到EIS 的请求,本示例中为数据库。
The JDBC resource adapter forwards changed information in the EIS, in this case a create, update, or delete in a database, to an export in your module.
JDBC资源适配器将EIS中更改的信息(本示例中为数据库的创建、更改或删除)转发到模块中的导出。
This database includes the Customer table, which is the table that the application will synchronize, and the event table that the JDBC resource adapter will poll to create inbound events.
此数据库包括应用程序将要同步的客户表和JDBC资源适配器将轮询以创建入站事件的事件表。
There are different types of connections, such as connecting to a database via JDBC, JMS connections, as well as connections to any other external resource connected via a J2C resource adapter.
连接有不同的类型,比如通过JDBC连接到数据库,JMS连接,以及通过J2C资源适配器连接到其他任何外部资源。
The EJB container, persistence manager and the relational resource adapter and database work together to control the concurrency.
ejb容器、持久性管理程序、相关资源适配器和数据库将联合起来对并发性(concurrency)进行控制。
The resource adapter provides access to a remote IBM Cloudscape database with local transaction support.
该资源适配器提供对具有本地事务支持的远程IBMCloudscape数据库的访问。
The resource adapter provides access to a remote IBM Cloudscape database with XA transaction support.
该资源适配器提供对具有 XA事务支持的远程IBMCloudscape数据库的访问。
Figure 1 illustrates a typical setting for the JDBC resource adapter, database components and WebSphere Process Server components.
图1说明了JDBC资源适配器、数据库组件和WebSphereProcessServer组件的典型设置。
For Oracle, DB2 or MySQL database, you need to use the generic resource adapter that allows you to specify the driver and ConnectionURL for the JDBC driver (Listing 5).
对于Oracle、DB 2或MySQL数据库,您需要使用一般资源适配器,它允许您为JDBC驱动程序指定Driver和ConnectionURL(清单5)。
When a component such as a resource adapter on WebSphere Process Server needs database access, it uses a server data source.
当WebSphereProcessServer上的组件(如资源适配器)需要访问数据库时,它将使用服务器数据源。
When a component such as a resource adapter on WebSphere Process Server needs database access, it uses a server data source.
当WebSphereProcessServer上的组件(如资源适配器)需要访问数据库时,它将使用服务器数据源。
应用推荐