[OT] Scrollable Result Set

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
Hey, I'm trying to use a PreparedStatement to get a ResultSet. I know how to get a customized ResultSet if you're only using a Statement, but how can I get a scrollable ResultSet with my PreparedStatement? Thanks! - Keith - To

RE: [OT] Scrollable Result Set

2003-06-25 Thread Jack Zakarian
: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 2:45 PM To: Struts (E-mail) Subject: [OT] Scrollable Result Set Hey, I'm trying to use a PreparedStatement to get a ResultSet. I know how to get a customized ResultSet if you're only using a Statement, but how

RE: [OT] Scrollable Result Set

2003-06-25 Thread Hookom, Jacob
Why do you just use RowSet, check out sun's website for more info... you can cache it, etc. -Original Message- From: Jack Zakarian [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2003 3:59 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Scrollable Result Set Hi Keith, I am running