Chapter 3
Section 3.2
Setting Properties of the JDBC/ODBC eWay
Configuring the eWay Connectivity Map Properties
JDBC/ODBC eWay Adapter User’s Guide
27
Sun Microsystems, Inc.
Outbound JDBC eWay:
Also referred to as LocalTransaction, this support level
is opposite to NoTransaction, and this means that the transaction, when The
Properties window opens, displaying the default properties for the eWay.
3
The Properties window opens, displaying the default properties for the eWay.
Figure 7
Outbound eWay Properties
3.2.1
Transaction Support Levels Between Different Versions
The types of transaction support levels used in Java CAPS 5.1.0 may be different
from the support levels used in Java CAPS 5.1.2. Projects that are imported from a
Java CAPS 5.1.0 version can potentially display different results, depending on
whether the 5.1.0 Java Collaboration Definition (JCD) included multiple (insert/
update/delete) operations. This only affects non-XA transactions. If you are using
an XA transaction, then you can skip this section.
Example:
In 5.1.0, five new records are to be inserted into a table. If the last record fails to
insert (such as when a duplicate key exists), all previous records will have been
inserted. This is the behavior of NoTransaction support.