Hi All,
I am writing a Java program (AWT or Swing as interface) to show content of a large table in my mysql database on screen (let's say inside a JList). There is no way I can read the entire table into a ResultSet and it doesn't make sense to go and fetch record by record. What do you suggest the best way showing the content and let user browse the data by pushing PageUp/PageDown?
Thanks in Advance,
Homer
I am writing a Java program (AWT or Swing as interface) to show content of a large table in my mysql database on screen (let's say inside a JList). There is no way I can read the entire table into a ResultSet and it doesn't make sense to go and fetch record by record. What do you suggest the best way showing the content and let user browse the data by pushing PageUp/PageDown?
Thanks in Advance,
Homer