Searching for a database to replace Access
From: Harri Pesonen (fuerte_at_sci.fi)
Date: 03/25/04
- Previous message: Ian deSouza: "Access locks table after query"
- Next in thread: Christophe Vanfleteren: "Re: Searching for a database to replace Access"
- Reply: Christophe Vanfleteren: "Re: Searching for a database to replace Access"
- Reply: Mladen Adamovic: "Re: Searching for a database to replace Access"
- Reply: Axel Hallez: "Re: Searching for a database to replace Access"
- Reply: Marco Parmeggiani: "Re: Searching for a database to replace Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 04:30:30 +0200
Hello, I am searching for a database as many other people are as well in
this newsgroup it seems. I have a free open source project that is
programmed in Visual Basic 6 and it uses MS Access .mdb database via
ADO. It seems that now it's time to switch to some other programming
language (java) and database system, partly because I want to make it
multi-platform (win32+Linux).
My requirements are:
* Must have good SQL support (sub-queries etc)
* Must be robust
* Must be free, preferably open-source
* Preferably embeddable
* Database engine development should continue
I have looked at the following products:
* PostgreSQL
http://advocacy.postgresql.org/advantages/
+ best feature set?
- does not have native Win32 version yet, not embeddable
* HSQLDB
http://hsqldb.sourceforge.net/web/hsqlFeatures.html
+ free, open source, pure java
- not really a robust database system, instead
saves actual SQL statements into files
* MySQL
http://www.mysql.com/products/mysql/index.html
? need more information, problems with license?
* Firebird
http://www.firebirdsql.org/index.php?op=guide&id=ib6_overview
+ free, open source, embeddable?
I am an experienced database developer and I will probably end up
developing the actual database engine.
Any advice is most welcome!
Harri
- Previous message: Ian deSouza: "Access locks table after query"
- Next in thread: Christophe Vanfleteren: "Re: Searching for a database to replace Access"
- Reply: Christophe Vanfleteren: "Re: Searching for a database to replace Access"
- Reply: Mladen Adamovic: "Re: Searching for a database to replace Access"
- Reply: Axel Hallez: "Re: Searching for a database to replace Access"
- Reply: Marco Parmeggiani: "Re: Searching for a database to replace Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|