Jump to content

Using some kind of local database

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Xi0N

Xi0N

    Newbie

  • Members
  • Pip
  • 2 posts
Here is the situation:
Before, i used to program in visual basic 6, storing anything i wanted in a local .mdb file.

The thing is that i would need to do the same in java, so i can use tables and for, mainly, running sql sentences in my apps for the internal data management of my apps.
I dont see how to do something like this in a local file (this is very important)
Is there a way to do something like this in java?


Thanks!

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You could use the H2 database.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog