[fpc-pascal] Database apps on Debian etc.
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Sun Nov 12 10:23:48 CET 2017
On 2017-11-11 18:41, Mark Morgan Lloyd wrote:
> the FPC/Lazarus controls do a good job of presenting a common API
> irrespective of what backend server is being used, would it be feasible
> to have a "reconnect monitor" or similar to help recover from this sort
> of thing?
You should always program your software with the assumption that a
network connection could fail at any point. The ability to try and
re-establish the connection should be a standard feature in your
applications. Programming database apps with tiOPF makes that pretty
easy. Saying that, using Delphi/Lazarus RAD style development with
DB-controls should also be able to allow that - I think.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the fpc-pascal
mailing list