3
votes
Which embedded database to use in a Delphi application?
It really depends what you need. For single-user applications, Firebird Embedded or SQLite are probably best choices (and price is right). On the other end, if you need support for large number of …
