hai all,
iam using
jboss as the application server, and ms-sql as back end.
while trying to get data from a resultset using
jdbc, iam getting an SQL exception like this.
*************
"10:21:07,328 INFO [STDOUT] java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]ResultSet can not re-read row data for column 8."
*************
but iam sure that i am not re-reading the data any where in my code.
but in some other programs iam re-reading the data, then also iam not getting the error, but here iam not re-reading the data . but getting the error.
if u have any idea regarding this error pls help me.
thanx in advance.