-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1
-
None
-
02
-
generic
-
windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2045905 | 1.3.1 | Jonathan Bruce | P2 | Resolved | Fixed | ladybird |
Customer Problem Description:
-----------------------------
This program illustrates a problem in the JRE 1.3.1 version of the
JDBC-ODBC bridge that causes incorrect data to be returned from
ResultSet.getString() for LONG VARCHAR columns.
This program assumes the following:
1. You have Sybase Adaptive Server Anywhere installed
2. You are running an ASA Engine (or server) on your machine
3. You have a ODBC Data Source on your machine called "BridgeBug"
that this program can use to connect to the database. The DSN
must contain a DBA userid and password.
The program creates a test table in the database, adds a value,
reads the value, then drops the table.
RUNNING THE TEST
----------------
Here's how to build and run the test program:
1. Edit line in the MAKE.BAT file which points to your installed
JRE 1.3.1
2. Run MAKE.BAT
3. Run the generated RUN.BAT. This batch file will run the test
program. The program prints messages to the console describing
the expected and the actual result.
TECHNICAL DESCRIPTION OF THE BUG
--------------------------------
If you attempt to read a single character value from a LONG VARCHAR
column using the JDBC-ODBC bridge, and you read the value using the
ResultSet.getString() method, the returned value is an empty string.
Attached is a zip file containing a sample program illustrating this problem.
-----------------------------
This program illustrates a problem in the JRE 1.3.1 version of the
JDBC-ODBC bridge that causes incorrect data to be returned from
ResultSet.getString() for LONG VARCHAR columns.
This program assumes the following:
1. You have Sybase Adaptive Server Anywhere installed
2. You are running an ASA Engine (or server) on your machine
3. You have a ODBC Data Source on your machine called "BridgeBug"
that this program can use to connect to the database. The DSN
must contain a DBA userid and password.
The program creates a test table in the database, adds a value,
reads the value, then drops the table.
RUNNING THE TEST
----------------
Here's how to build and run the test program:
1. Edit line in the MAKE.BAT file which points to your installed
JRE 1.3.1
2. Run MAKE.BAT
3. Run the generated RUN.BAT. This batch file will run the test
program. The program prints messages to the console describing
the expected and the actual result.
TECHNICAL DESCRIPTION OF THE BUG
--------------------------------
If you attempt to read a single character value from a LONG VARCHAR
column using the JDBC-ODBC bridge, and you read the value using the
ResultSet.getString() method, the returned value is an empty string.
Attached is a zip file containing a sample program illustrating this problem.
- backported by
-
JDK-2045905 Incorrect data returned from ResultSet.getString() for LONG VARCHAR (Regression)
-
- Resolved
-