0

I am currently undergoing a project which requires a database. So far uptil now I have been using a sql localhost database, I was wondering if there was an alternative to this.

Similar to micrsoft access database where I could read from the local database file instead?

asked Mar 17, 2012 at 1:30

2 Answers 2

2

It sounds like you are talking about an embedded database.

Take a look at: http://www.h2database.com/html/main.html

answered Mar 17, 2012 at 1:34
Sign up to request clarification or add additional context in comments.

Comments

1

You could use Hypersonic or Derby; the latter is part of the JDK now. SQLite is another possibility.

answered Mar 17, 2012 at 1:56

1 Comment

+1 for SQLite. We're using SQLite for storing system configuration. It has long history, efficient, many unit tests and many language bindings.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.