Sun Microsystems eWay JDBC/ODBC Adapterの取扱説明書

デバイスSun Microsystems eWay JDBC/ODBC Adapterの取扱説明書

デバイス: Sun Microsystems eWay JDBC/ODBC Adapter
カテゴリ: ネットワークカード
メーカー: Sun Microsystems
サイズ: 2.61 MB
追加した日付: 6/18/2014
ページ数: 133
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスSun Microsystems eWay JDBC/ODBC Adapterの取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、Sun Microsystems eWay JDBC/ODBC Adapterに関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書Sun Microsystems eWay JDBC/ODBC Adapterをこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書Sun Microsystems eWay JDBC/ODBC Adapterのフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - Sun Microsystems eWay JDBC/ODBC Adapterの説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
Sun Microsystems eWay JDBC/ODBC Adapter 取扱説明書 - Online PDF
Advertisement
« Page 1 of 133 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書Sun Microsystems eWay JDBC/ODBC Adapterを全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書Sun Microsystems eWay JDBC/ODBC Adapterの内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ1に含まれる内容の要旨

SUN SEEBEYOND
eWAY™ JDBC/ODBC ADAPTER
USER’S GUIDE
Release 5.1.2

ページ2に含まれる内容の要旨

Copyright © 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.sun.com/patents and one or more additional patents or pending patent applications in the U.S. and

ページ3に含まれる内容の要旨

Contents Contents Chapter 1 Introducing the JDBC/ODBC eWay 7 About Java Database Connectivity (JDBC) 7 JDBC Drivers 7 Type I: JDBC-ODBC Bridge 8 Type One Driver 8 Type II: Partial Java driver 9 Type Two Driver 9 Pure Java driver for database middleware 10 Type Three Driver 10 Type Four Driver: Direct-to-database pure Java driver 11 About the JDBC/ODBC eWay 13 What’s New in This Release 13 About This Document 14 JDBC eWay Javadoc 14 Scope 14 Intended Audience 15 Text Conventions 15 Related Docu

ページ4に含まれる内容の要旨

Contents Chapter 3 Setting Properties of the JDBC/ODBC eWay 25 Creating and Configuring a JDBC eWay 25 Configuring the eWay Connectivity Map Properties 25 Transaction Support Levels Between Different Versions 27 Configuring the eWay Environment Properties 29 eWay Connectivity Map Properties 30 Connectivity Map Outbound eWay Properties 31 Connectivity Map Outbound non-Transactional eWay Properties 31 Connectivity Map Outbound XA eWay Properties 31 eWay Environment Properties 31 Inbound JDBC eWay

ページ5に含まれる内容の要旨

Contents The Table 60 The Query (Select) Operation 60 The Insert Operation 61 The Update Operation 62 The Delete Operation 63 The Stored Procedure 63 Executing Stored Procedures 64 Manipulating the ResultSet and Update Count Returned by Stored Procedure 65 Prepared Statement 67 Batch Operations 67 Chapter 6 Implementing the JDBC/ODBC eWay Sample Projects 69 About the JDBC eWay Sample Projects 69 Sample Project Data 71 Operations Used in the JDBC Sample Projects 71 Assigning Operations in JCD 71

ページ6に含まれる内容の要旨

Contents Building and Deploying the Project 94 Running the Sample 94 Building and Deploying the prjJDBC_BPEL Sample Project 95 Creating a Project 95 Creating the OTDs 96 Creating the Business Process 97 Creating the Business Process Flow 97 Configuring the bpelPsInsert Modeling Elements 98 Configuring the bpelUpdate Modeling Elements 100 Configuring the bpelDelete Modeling Elements 102 Configuring the bpelTableSelect Modeling Elements 104 Creating the Connectivity Map 107 Populating the Connect

ページ7に含まれる内容の要旨

Chapter 1 Introducing the JDBC/ODBC eWay Welcome to the Sun SeeBeyond eWay™ JDBC/ODBC Adapter User’s Guide. This document includes information about installing, configuring, and using the Sun Java Composite Application Platform Suite JDBC/ODBC eWay™ Adapter, referred to as the JDBC eWay throughout this guide. This chapter provides an overview of database connectivity (JDBC) and open database connectivity (ODBC) APIs. This chapter also introduces the JDBC/ODBC eWay. What’s In This Chapter

ページ8に含まれる内容の要旨

Chapter 1 Section 1.1 Introducing the JDBC/ODBC eWay About Java Database Connectivity (JDBC) database and middleware vendors. The various driver types are described in the following sections: “Type I: JDBC-ODBC Bridge” on page 8 “Type II: Partial Java driver” on page 9 “Pure Java driver for database middleware” on page 10 “Type Four Driver: Direct-to-database pure Java driver” on page 11 Type I: JDBC-ODBC Bridge This combination provides JDBC access via ODBC drivers. ODBC binary code--and i

ページ9に含まれる内容の要旨

Chapter 1 Section 1.1 Introducing the JDBC/ODBC eWay About Java Database Connectivity (JDBC) The pros and cons for using this type of driver are as follows: Pros Allows access to almost any database since the database ODBC drivers are readily available Cons Performance is degraded since the JDBC call goes through the bridge to the ODBC driver then to the native database connectivity interface. The results are then sent back through the reverse process Limited Java feature set May not be s

ページ10に含まれる内容の要旨

Chapter 1 Section 1.1 Introducing the JDBC/ODBC eWay About Java Database Connectivity (JDBC) Figure 2 Typical Type 2 Driver Configuration The pros and cons for using this type of driver are as follows: Pros Allows access to almost any database since the databases ODBC drivers are readily available Offers significantly better performance than the JDBC/ODBC Bridge Limited Java feature set Cons Applicable Client library must be installed Type 2 driver shows lower performance than type 3 or

ページ11に含まれる内容の要旨

Chapter 1 Section 1.1 Introducing the JDBC/ODBC eWay About Java Database Connectivity (JDBC) different databases. Many mainframe legacy non-relational databases use this kind of driver. Figure 3 Typical Type 3 Middleware Driver Configuration The pros and cons for using this type of driver are as follows: Pros Allows access to almost any database since the databases ODBC drivers are readily available Offers significantly better performance than the JDBC/ODBC Bridge and Type 2 Drivers Adva

ページ12に含まれる内容の要旨

Chapter 1 Section 1.1 Introducing the JDBC/ODBC eWay About Java Database Connectivity (JDBC) Cons: Not optimized for server operating system, so the driver can't take advantage of operating system features. (The driver is optimized for the database and can take advantage of the database vendor's functionality.) User needs a different driver for each different database. A native-protocol fully Java technology-enabled driver converts JDBC technology calls into the network protocol used by DBMS

ページ13に含まれる内容の要旨

Chapter 1 Section 1.2 Introducing the JDBC/ODBC eWay About the JDBC/ODBC eWay 1.2 About the JDBC/ODBC eWay This document describes how to install and configure the JDBC/ODBC eWay. The JDBC/ODBC eWay enables the eGate system to exchange data with external databases. The Sun Java Composite Application Platform Suite (Java CAPS) contains many database eWays. You should use those eWays to interface with the databases they support. The JDBC/ODBC eWay should only be used when you have a driver or

ページ14に含まれる内容の要旨

Chapter 1 Section 1.4 Introducing the JDBC/ODBC eWay About This Document Connectivity Map Generator: Generates and links your Project’s Connectivity Map components using a Collaboration or Business Process. Many of these features are documented further in the Sun SeeBeyond eGate™ Integrator User’s Guide or the Sun SeeBeyond eGate™ Integrator System Administration Guide. 1.4 About This Document This document includes the following chapters: Chapter 1 “Introducing the JDBC/ODBC eWay”: Provides

ページ15に含まれる内容の要旨

Chapter 1 Section 1.5 Introducing the JDBC/ODBC eWay Related Documents 1.4.2 Intended Audience This guide is intended for experienced computer users who have the responsibility of helping to set up and maintain a fully functioning Java Composite Application Platform Suite system. This person must also understand any operating systems on which the Java Composite Application Platform Suite will be installed (Windows and UNIX), and must be thoroughly familiar with Windows-style GUI operations.

ページ16に含まれる内容の要旨

Chapter 1 Section 1.7 Introducing the JDBC/ODBC eWay Documentation Feedback 1.7 Documentation Feedback We appreciate your feedback. Please send any comments or suggestions regarding this document to: CAPS_docsfeedback@sun.com JDBC/ODBC eWay Adapter User’s Guide 16 Sun Microsystems, Inc.

ページ17に含まれる内容の要旨

Chapter 2 Installing the JDBC/ODBC eWay This chapter describes how to install the JDBC/ODBC eWay. What’s in this Chapter Installing the JDBC eWay on page 17 ICAN 5.0 Project Migration Procedures on page 19 Installing Enterprise Manager eWay Plug-Ins on page 21 2.1 Installing the JDBC eWay The Java Composite Application Platform Suite Installer, referred to throughout this guide as the Suite Installer, is a web-based application that is used to select and upload core products, composite ap

ページ18に含まれる内容の要旨

Chapter 2 Section 2.1 Installing the JDBC/ODBC eWay Installing the JDBC eWay 2.1.1 Installing the JDBC eWay on an eGate supported system Follow the directions for installing the Sun Java Composite Application Platform Suite in the Sun Java Composite Application Platform Suite Installation Guide. After you have installed Core Products, do the following: 1 From the Sun Java Composite Application Platform Suite Installer’s Select Sun Java Composite Application Platform Suite Products Installed t

ページ19に含まれる内容の要旨

Chapter 2 Section 2.2 Installing the JDBC/ODBC eWay ICAN 5.0 Project Migration Procedures 7 When prompted, restart the IDE (Integrated Development Environment) to complete the installation. After Installation Once you install the eWay, it must then be incorporated into a Project before it can perform its intended functions. See the eGate Integrator User’s Guide for more information on incorporating the eWay into an eGate Project. 2.1.2 Extracting the Sample Projects and Javadocs The JDBC eWay

ページ20に含まれる内容の要旨

Chapter 2 Section 2.2 Installing the JDBC/ODBC eWay ICAN 5.0 Project Migration Procedures 2 From the Project Explorer, right-click your Project and select Export from the shortcut menu. The Export Manager appears. 3 Select the Project that you want to export in the left pane of the Export Manager and move it to the Selected Projects field by clicking the Add to Select Items (arrow) button, or click All to include all of your Projects. 4 In the same manner, select the Environment that you want


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 Sun Microsystems 802-1304-10 取扱説明書 ネットワークカード 0
2 Sun Microsystems 4000 取扱説明書 ネットワークカード 5
3 Sun Microsystems 10GBE XFP 取扱説明書 ネットワークカード 0
4 Sun Microsystems and Citrix 取扱説明書 ネットワークカード 1
5 Sun Microsystems 806-2989-10 取扱説明書 ネットワークカード 0
6 Sun Microsystems 2.0 取扱説明書 ネットワークカード 0
7 Sun Microsystems Ethernet PCI Adapter 取扱説明書 ネットワークカード 0
8 Sun Microsystems 6000 取扱説明書 ネットワークカード 2
9 Sun Microsystems 805-1797-10 取扱説明書 ネットワークカード 0
10 Sun Microsystems Ethernet Device Driver none 取扱説明書 ネットワークカード 1
11 Sun Microsystems Ethernet PCI-X Adapter 取扱説明書 ネットワークカード 0
12 Sun Microsystems eWAY Adapter for VSAM 5.1.3 取扱説明書 ネットワークカード 0
13 Sun Microsystems FASTETHERNET 6U 取扱説明書 ネットワークカード 0
14 Sun Microsystems GigaSwift Ethernet Adapter 取扱説明書 ネットワークカード 0
15 Sun Microsystems SG-XPCIE1FC-EM8-Z 取扱説明書 ネットワークカード 0
16 Sony BTA-NW1A 取扱説明書 ネットワークカード 2
17 Sony BKMW-E3000 取扱説明書 ネットワークカード 2
18 Sony AC-SQ950D 取扱説明書 ネットワークカード 0
19 Sony BBV RX100 取扱説明書 ネットワークカード 3
20 Sony CLIE A-AVZ-100-11 取扱説明書 ネットワークカード 1