extracting longtext values from MySQL to JAVA

Hai

have a nice day, I have a problem

how to extract the long text values from MYSQL ?

by using which JDBC method? If i use resultset and use getString() method then it throws array index out of bound exception and how to tackle this?

kindly send this ,urgent one

regards

Aravind

[324 byte] By [anandarava] at [2007-10-3 9:41:04]
# 1
never done that before but you could have a look to the getCharacterStream, getClob ... methods http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html
alban.maillerea at 2007-7-15 4:57:08 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...