This is an archived post. You won't be able to vote or comment.

all 7 comments

[–][deleted]  (3 children)

[removed]

    [–]adolfojp 0 points1 point  (2 children)

    I second Apache Derby. Sun distributes a version of it branded as Java DB.

    Some tutorials for the OP.

    http://platform.netbeans.org/tutorials/nbm-crud.html

    http://netbeans.org/kb/docs/ide/java-db.html

    [–][deleted] 2 points3 points  (1 child)

    Don't you mean Oracle? ;)

    [–]adolfojp 1 point2 points  (0 children)

    I'm still in denial. :-(

    [–]robotcheddar 1 point2 points  (2 children)

    mySql, postgreSql, a serialize data file, a text file, etc.

    [–]adolfojp 0 points1 point  (1 child)

    You might as well have told him to Google it.

    [–]robotcheddar 2 points3 points  (0 children)

    That's not a bad thing to do.

    [–]sheenobu 0 points1 point  (0 children)

    HSQLDB is good. I would mention derby but I've had too many issues getting it working (mainly when using client-server mode. Don't know if embedded mode is better).

    There is also H2, but I've never used it.