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?

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

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.

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

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.