[Lazarus] Handy script for Firebird users

Graeme Geldenhuys graemeg.lists at gmail.com
Wed Apr 30 15:59:26 CEST 2008


2008/4/30 Tom York <tyork at yorkinfo.com>:
>  a few Linux servers, I can certainly see the benefit without question.

Thank you!  :)

>  Graeme, what is the largest FB concurrent user install you have
>  running?  My largest desktop application  is 15 users.  Can't tell you

We have on average 30 concurrent users in our system.

>  The only things I do not like about FB is it lacks SSL, AutoIncrement
>  attribute and Boolean fields.  We've all managed to get by them, but I
>  wish... :-)

I hate AutoIncrement and simply don't use them. I recommend you use
GUID's instead. It's a lot safer (reliable) and easier to work with.
Saying that, it's easy to use Triggers in FB to overcome the missing
AutoInc fields.

We handle Boolean's via a Domain and have no issue there either. Hey,
if C/C++ doesn't have native boolean types after all these years, why
must databases? ;-)


Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list