[Lazarus] Embedded/small database
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Thu Feb 19 10:45:29 CET 2015
On 2015-02-18 08:03, leledumbo wrote:
> single dll/so (or nothing if you statically linked it). With firebird
> embedded, you need to:
> - supply a bunch of dll/so (firebird doesn't consist of just one)
> - specify a config file
> - set some environment variables before program start
> easy, but certainly more than sqlite.
For Firebird embedded deployment we supply 7 small DDLs under Windows
(could be reduced on newer Windows systems) or 1 SO file under
Linux/FreeBSD in the same directory as our executable. No config file or
environment variables are required. Tested under Win2000-Win8 and Ubuntu
10.04-latest.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the Lazarus
mailing list