Well, you can use non-jdbc method in the jdbc implementation package. I use MySQL and mm.mysql. JDBC driver, and IBMJDK 1.1.8. Mm.mysql currently doesn't support JDBC2.0. But it has in its ResultSet implementation, a method prev(). So, do downcasting. But that means, your code will not be portable anymore. But that's okey with me... in some cases. Oh ya, about navigating the ResultSet through multiple search results page. That means, a client will have to hold a Statement opened for his entire Session. He will lock some database resources for his entire session. Is that okey / no problem ? I'm making a DiscussionForum bean for my JUG site... and I do that (setting the scope of that bean == session, and provide navigation mathods in that bean, like nextReply(), prevReply(), nextReply(int step), prevReply(int step), etc. Consequently that Bean can't close the Statement object until he logs out). I'm in doubt about that. Thanks for you advice -Cokorda Raka Angga Jananuraga- -- On Sat, 24 Jun 2000 15:42:59 Arnab Chatterjee wrote: >We are not using JDBC 2.0 and we are using JDK 1.1.8. Will these mehtods >work with this version. >Any immediate help will be appreciated. > >Thanks for reply >Divya > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > Send FREE Greetings for Father's Day--or any day! Click here: http://www.whowhere.lycos.com/redirects/fathers_day.rdct =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
Re: FW: Help for navigation with resultset!!
Cokorda Raka Angga Jananuraga Sat, 24 Jun 2000 05:01:25 -0700
- FW: Help for navigation with resultset!! Arnab Chatterjee
- Re: FW: Help for navigation with result... David Gowe
- Re: FW: Help for navigation with re... Arnab Chatterjee
- Re: Help for navigation with resultset!... Sharan, Abhishek
- Cokorda Raka Angga Jananuraga
