2

I want to develop application.which is offline(runs on single pc).Which database i should use so that when I create exe of my project it will automatically included in it.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Muhammad chhota
  • 1,837
  • 2
  • 16
  • 27

3 Answers3

2

It sounds like you're looking for an embedded database. Here is a thread on Java embedded databases. I use Apache Derby, mostly because it's easy to use with NetBeans.

Community
  • 1
  • 1
Ray Hylock
  • 201
  • 1
  • 5
2

You can look to the H2 database, no db server is needed! http://www.h2database.com/html/main.html

amnesiac
  • 21
  • 5
0

You can use MS-Access. That works totally offline and you can include it in your project. It is also easy to work with MS-Access & Java.

Hope this helps.

Tvd
  • 4,463
  • 18
  • 79
  • 125