On 2015-02-16 15:50, Kostas Michalopoulos wrote: > Is this something that will be networked or running locally? If it is a > local only program, i'd go with sqlite.
Firebird RDBMS allows you to run both Embedded (local DB access only) or Client/Server (TCP/IP access). This means the application can easily scale from a Embedded DB (desktop database app) to a full blown Client/Server application. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
