Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Best Database with a scrollable resultSet

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Location
    Tucson, AZ
    Posts
    10
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Best Database with a scrollable resultSet

    I have normally used SQLite as the database of choice when not using a server, but SQLite is forward only. The project I am working on will require a scrollable database. I am not interested in installing a server such as MySQL on the users computer, so a local database will be the requirement. I have looked at HSQLdb, but are there any others that will fit this requirement?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Best Database with a scrollable resultSet

    Have a look at Derby. I have never used Scrollable ResultSet's, but the second link describes Derby's capabilities for you to research and see if it fits your requirements:
    Apache Derby
    Result set and cursor mechanisms

  3. The Following User Says Thank You to copeg For This Useful Post:

    Jeff.Steinkamp (January 21st, 2013)

  4. #3
    Junior Member
    Join Date
    Dec 2012
    Location
    Tucson, AZ
    Posts
    10
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Best Database with a scrollable resultSet

    Quote Originally Posted by copeg View Post
    Have a look at Derby. I have never used Scrollable ResultSet's, but the second link describes Derby's capabilities for you to research and see if it fits your requirements:
    Apache Derby
    Result set and cursor mechanisms
    Thanks, I'm also looking at H2

Similar Threads

  1. Required help about the resultset.last()
    By derick_ho in forum JDBC & Databases
    Replies: 1
    Last Post: July 16th, 2012, 09:21 AM
  2. what's going on? I tried to make a scrollable JFrame and it didn't work!
    By javapenguin in forum What's Wrong With My Code?
    Replies: 4
    Last Post: August 20th, 2011, 09:47 PM
  3. ResultSet issues
    By _lithium_ in forum JDBC & Databases
    Replies: 3
    Last Post: March 4th, 2011, 03:20 PM
  4. Dynamically Sized Scrollable JPanels
    By aussiemcgr in forum Java Theory & Questions
    Replies: 10
    Last Post: November 20th, 2010, 02:26 PM
  5. ResultSet is Closed
    By ramayya4u in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: May 24th, 2009, 03:54 AM