Subject Re: RES: [firebird-support] please recomend a good component toaccess FB 1.5 in Delphi 7, tks
Author Benno
David,

----- Original Message -----
From: "David Johnson" <d_johnson@...>
To: <firebird-support@yahoogroups.com>
Sent: Thursday, August 19, 2004 5:41 AM
Subject: Re: RES: [firebird-support] please recomend a good component
toaccess FB 1.5 in Delphi 7, tks


> In the end, I decided on the basis of the relative quality of the
> database connectivity offerings to move to Java for my firebird
> project. The only alternative that came close to meeting my demands for
> scalability, reliability, transparency, and performance (in that order)
> was to write directly to the Firebird API.
>
> Writing to the Firebird API would have entirely defeated my
> transparency requirement. If, on the other hand, "the end customer must
> always use firebird" was an acceptable part of my application
> requirements, I would have gone the API route.

Why do you use a direct connection (C/S) and not an n-tier setup if you want
scalability?

Personally I now always use kbmMW, a middleware framework for delphi, that
is very flexible and scalable. Also you can connect to different databases
through database adapters. More info can be found on
www.components4developers.com

In a testsetup, the combinantion of FB1.5 with kbmMW and UIB was the best
performing, in a heavy load setup.

Benno