<div dir="ltr"><div>Possibly, but if there is no need to be networked then this adds extra baggage (ie. bloat) for no reason at all. Sqlite is a tiny db designed specifically for local use, used in a ton of places (including Firefox and almost everything made by Apple these days) and has some of the highest quality source code. Also it is very easy to integrate and supported everywhere. Since it is a very common starting point, there are conversion tools to other DBs in case it proves limiting in the future.<br><br></div>But all that only if the program is local.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 5:11 PM, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:mailinglists@geldenhuys.co.uk" target="_blank">mailinglists@geldenhuys.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2015-02-16 15:50, Kostas Michalopoulos wrote:<br>
> Is this something that will be networked or running locally? If it is a<br>
> local only program, i'd go with sqlite.<br>
<br>
<br>
</span>Firebird RDBMS allows you to run both Embedded (local DB access only) or<br>
Client/Server (TCP/IP access). This means the application can easily<br>
scale from a Embedded DB (desktop database app) to a full blown<br>
Client/Server application.<br>
<span class=""><br>
<br>
Regards,<br>
  - Graeme -<br>
<br>
--<br>
</span>fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal<br>
<a href="http://fpgui.sourceforge.net/" target="_blank">http://fpgui.sourceforge.net/</a><br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>