This is a discussion on Problem with DB2 JDBC driver? within the DB2 forums, part of the Database Server Software category; --> Hi: WHen using db2jcc driver (DB2 V8.1) , our java programs throws the following exception while fetching carriage return ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi: WHen using db2jcc driver (DB2 V8.1) , our java programs throws the following exception while fetching carriage return data from the database. com.ibm.db2.jcc.a.SqlException: bug check at com.ibm.db2.jcc.a.o.a(o.java:1442) at com.ibm.db2.jcc.a.o.m(o.java:457) at com.ibm.db2.jcc.a.o.M(o.java:1103) at com.ibm.db2.jcc.a.cc.getString(cc.java:831) at BugCheckTest.main(BugCheckTest.java:90) We are using the following jar. db2jcc.jar 872718 Does anyone has any idea? We are using com.ibm.db2.jcc.DB2Driver driver and its a simple java programs to select first_name and last_name from the database. Somehow, the last name contains carriage return in the database. (seems it was loaded wrongly using db2load). Appreciate your help Thanks |