[DUG] Datebases with Delphi
Steve Peacocke
steve.peacocke at gmail.com
Tue Jul 3 09:32:45 NZST 2007
Take a good look at ElevateDB from http://www.elevatesoft.com/
This is a reasonably full SQL compliant database that can compile
directly into your code so you don't have to ship anything except your
exe program.
ElevateDB is the newer version of the old and trusted DBISAM database.
It can be set up as standalone database, LAN database, or
Client/Server database (Client Server requires distributing a small
program that runs on the server), all without recompiling your
program. Let the user decide their requirements.
I hear that Firebird can also be compiled into your exe file for
single user programs.
Steve
On 03/07/07, Nick <nick at salehoo.com> wrote:
> Hi there :-)
> When I create a database application, usually I create a MDB file with
> Access (create my tables etc) and then interact with the database in
> Delphi using TAdoConnection and TAdoQuery.
>
> What other standalone database's can I use with Delphi2006 Ent which, I
> can ship to the customer without them having to install anything special.
>
> Just like to see what else is out there which simple to get up and
> running. (usually one of my databases contains 2-3 tables etc)
>
> Cheers
> Nick
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject: unsubscribe
>
--
Steve Peacocke
http://stevepeacocke.blogspot.com/
More information about the Delphi
mailing list