Re: which embedded database to use?
I use DBISAM in all my apps/ISAPI dlls/CGIs:
*embedded
*componentized server lets you easily create your own DB server quickly, or
just use the server shipped with the product
*very easy administration and setup
*you can either use C/S or shared file mode (the same app can even switch
between the two)
*buy once, distribute freely (royalty free)
*fast and compact, but secure with secure connections and encryption
*the ABSOLUTE BEST support you will ever receive in any product
But don't take my word for it: Best Database Engine 2002, Best Database
Engine 2003, Best Database Engine 2004
Delphi Informant Magazine
go to
www.elevatesoft.com and download a free trial
~J. Lee
"Bryce K. Nielsen" <
XXXX@XXXXX.COM>writes
Quote
Working on a new app that needs a database, however the majority of the
users will be non-computer-savvy users, so any DB-Management would need to
be built into the application and run behind the scenes. I was thinking
about using Firebird for this, but it is been a while since I have looked at
non-Oracle/MS SQL servers out there. What other DBs do you recommend for
something like this? For the most part, they will be single users with 0
DBAdmin skills, though there is a potential for multi-users however these
would probably have a DBAdmin of some sort.
-BKN