Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'JTOpen_3_3'.
Browse files Browse the repository at this point in the history
  • Loading branch information
no-author committed Nov 13, 2002
1 parent 290e6c8 commit cb49f74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H2>IBM Toolbox for Java - JTOpen Version</H2>
others. All rights reserved.

File: README
Last updated: February 7, 2002
Last updated: November 13, 2002

The term "JTOpen" refers to the open source software product
"IBM Toolbox for Java" (formerly "AS/400 Toolbox for Java") plus any additional
Expand Down Expand Up @@ -62,6 +62,7 @@ <H2>IBM Toolbox for Java - JTOpen Version</H2>
Mod 2 V4R4 5769JC1 V4R2M0 V4R2 and up V4R2 and up
Mod 3 V4R5 5769JC1 V4R5M0 V4R3 and up V4R2 and up
Mod 4 V5R1 5722JC1 V5R1M0 V4R4 and up V4R3 and up
Mod 5 V5R2 5722JC1 V5R2M0 V4R5 and up V4R5 and up
JTOpen Not shipped NA NA V4R3 and up

Newer versions of the Toolbox are backwards-compatible with earlier
Expand Down Expand Up @@ -206,6 +207,8 @@ <H2>IBM Toolbox for Java - JTOpen Version</H2>
provided as a convenience to the developer and to mirror the objects that ship
with the Toolbox LPP.

As of JTOpen 3.3, MD5 checksums are provided to verify download integrity.

<A NAME="use"><H4><U>Building and Using JTOpen</U></H4></A>
Instructions for using JTOpen:
1. Download the JTOpen jt400.jar.
Expand Down Expand Up @@ -235,7 +238,7 @@ <H2>IBM Toolbox for Java - JTOpen Version</H2>
<A NAME="toolbox"><H4><U>Using the Toolbox LPP</U></H4></A>
For those interested in the Toolbox LPP version of this software:

The Mod 4 Toolbox LPP ships the following files, which are available
The Mod 5 Toolbox LPP ships the following files, which are available
for download off of the official Toolbox web site at
<A HREF="http://www.ibm.com/servers/eserver/iseries/toolbox">http://www.ibm.com/servers/eserver/iseries/toolbox</A>.

Expand Down Expand Up @@ -264,6 +267,7 @@ <H2>IBM Toolbox for Java - JTOpen Version</H2>
composer.jar Contains XSL stylesheet composer classes.
reportwriter.jar Contains XSL report processor classes.
outputwriters.jar Contains PDF, PCL, and font classes.
tes.jar Contains the iSeries Graphical Debugger.

Instructions for using the Toolbox LPP:
1. Download the Toolbox and extract the jar file(s) you wish to use. This
Expand Down
2 changes: 1 addition & 1 deletion src/com/ibm/as400/access/AS400JDBCPreparedStatement.java
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ public void setUnicodeStream (int parameterIndex,
sqlDataAsLocator.setHandle (parameterRow_.getFieldLOBLocatorHandle (parameterIndex));
sqlData.set (new ConvTableReader(parameterValue, 13488, 0, LOB_BLOCK_SIZE), null, length/2); // @J0M hacked this to use the scale parm for the length
} else {
sqlData.set (JDUtilities.readerToString(new ConvTableReader(parameterValue, 13488, 0, LOB_BLOCK_SIZE), length/2), null, -1);
sqlData.set (JDUtilities.readerToString(new ConvTableReader(parameterValue, 13488, 0, LOB_BLOCK_SIZE), length), null, -1);
}
} catch (UnsupportedEncodingException uee) {
/* do nothing */
Expand Down

0 comments on commit cb49f74

Please sign in to comment.