Subject Re: [firebird-support] Firebird and Delphi
Author ian
heineferreira wrote:
>
>
> I am considering using Delphi to develop with Firebird. How do you
> connect to firebird from Delphi, since I saw that Borland doesn't
> provide any drivers? Do you have to use odbc? I suppose if I buy
> Delphi.Net I can use the dot net provider, but does the dot net driver
> integrate ok with Delphi? I suppose I could buy ibojects but then I
> would have to fork out several hundred dollars?
>
> Heine Ferreira

It may depend on the version of Delphi you have. Personally I try to use
only the standard Delphi DBExpress components, which seem to work OK. A
side effect of this is that by loading connection details from a
config/ini file, the database can be changed at any time without
changing code, just the config settings.

regards
ian