I'm not sure how complicated your resultset is, but I just tested using the example from the Configuration link in their documentation and didn't have any problems:
http://jakarta.apache.org/taglibs/doc/dbtags-doc/index.html Ted Zimmerman -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 11:18 AM To: JRun-Talk Subject: jakarta tags: DBTag 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
