Hi!

I need help with the jakarta DBTag.

Anyone familiar with the tag?

I am getting "ResultSet can not re-read row data for column " x.

I found some information on the web, basically it said whenever th

"The above error happens if you attempt to re-read a ResultSet column or read
a column less then the last column read.

This can be over come if you use
conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDA
TABLE)

instead of the default createStatement().  The reason is that that default
generates TYPE_FORWARD_ONLY ResultSets."

If I want to stick to the jakarta tag, how can I create the statement with these
parameters?  The DBTag is using the default createStatement() and I don't know
how to change it.

Thanks!

Zeina



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=8
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                        

Reply via email to