• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CachedRowSet and large resultsets!!!

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I'm creating a GUI for a PostgreSQL database. It's an extremely large database (10,000+ records). Am i correct in assuming that i shouldn't use CachedRowSets with this database. If so, whats the best way to deal with populating a JTable with a very large Database. TIA
RCW
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Richard,
Assuming you haven't already read it, perhaps the following article will be of help to you?
http://www.javaworld.com/javaworld/javatips/jw-javatip137.html
Good Luck,
Avi.
 
Richard Williams
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WoW thats some impressive stuff thanks loads and loads m8, its just what i was looking for
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic