Question: MS Access-equivalent Database
From: direstraits (donyc_at_yahoo.com)
Date: 10/03/03
- Next message: Christophe Vanfleteren: "Re: Question: MS Access-equivalent Database"
- Previous message: ?skar Sturluson: "Re: Connetion pooling and statement caching: pros and cons"
- Next in thread: Christophe Vanfleteren: "Re: Question: MS Access-equivalent Database"
- Reply: Christophe Vanfleteren: "Re: Question: MS Access-equivalent Database"
- Reply: Clemens Anhuth: "Re: Question: MS Access-equivalent Database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Oct 2003 03:52:24 -0700
Hi all...
I'm looking for an MS Access equivalent database solution for my Java
application. My equivalent I mean the database is contained in a
single file, i.e. mdb file (where I can distribute the application
with the single MDB for the application to work). It should support
SQL and all the rest of it, but no fancy stuff like triggers are
needed.
The reason I don't use Access mdb itself is because the internals of
Access can change between Office versions (like the one between Access
95 and Access 97/2000), and I don't want the situation where I
suddenly find myself with a database that's outdated and
un-upgradable.
If there isn't a direct equivalent, what database would you recommend
for an application that runs in a client PC (no client-server
mumbo-jumbo here) that requires data that is stored in a database.
In my research I've looked at HSQLDB. I've just downloaded it and
haven't evaluated it yet to see if it fits my requirements.
Thanks in advance for any help you can give!
Donny
- Next message: Christophe Vanfleteren: "Re: Question: MS Access-equivalent Database"
- Previous message: ?skar Sturluson: "Re: Connetion pooling and statement caching: pros and cons"
- Next in thread: Christophe Vanfleteren: "Re: Question: MS Access-equivalent Database"
- Reply: Christophe Vanfleteren: "Re: Question: MS Access-equivalent Database"
- Reply: Clemens Anhuth: "Re: Question: MS Access-equivalent Database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|