The Artima Developer Community
Sponsored Link

Java Answers Forum
Serizaling with the data base instead os the MySql ResultSet

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jose M. Gonzalez

Posts: 1
Nickname: jmlgonzale
Registered: Apr, 2003

Serizaling with the data base instead os the MySql ResultSet Posted: Apr 1, 2003 2:55 PM
Reply to this message Reply
Advertisement
I have a screen for employees with 2000 records, I want to display record by record when I press the "next button", I make a query "select * from employees" and put the result of the ResultSet variable in screen, that's fine,but what happens I have 2000 records in memory for only see 5 or 10, that is baddly programmed and the perfomance of the system will be always down, is there a way with Java and Mysql where I can serialize in line with the data base, I mean that if I click the "next button" I dont read from the ResultSet but the data base.

Topic: Setting path for Tomcat 4.1 Previous Topic   Next Topic Topic: HELP.Problem with JSP using JAVABEANS

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use