Subject | Re: Does Firebird work with BCB6 Professional? |
---|---|
Author | bigben1945 |
Post date | 2005-07-11T05:09:19Z |
Thanks for your response. In fact, I did not have an idea what was
the difference in these editions. You opened a door a bit. When
debugging with the BCB Pro we use only three BDE VCLs: TDatabase,
TQuery, and TTable. Nothing else. This provides minimum functionality
we need. Will this work with Firebird?
Max Fish
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
the difference in these editions. You opened a door a bit. When
debugging with the BCB Pro we use only three BDE VCLs: TDatabase,
TQuery, and TTable. Nothing else. This provides minimum functionality
we need. Will this work with Firebird?
Max Fish
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 11:13 PM 10/07/2005 +0000, Max Fish wrote:Does
> >Thanks. We do not use the embedded database in the application.
> >this meaan that we have to modify app in order to use firebird+BCB6with a
> >Professional?
>
> You seem to be confused about how a programming IDE should "work"
> database engine. Could you expose a little more information abouthow your
> application code actually interfaces with the database API? Thekey areas
> you might mention here include ODBC, BDE, DBX, ADOBb, IB Objects,IBX (to
> name but a few)....edition
>
> Borland's "editions" of a product are determined by what they leave
> out. So what it boils down to is this: does the Professional
> exclude something you need in order to use the applicationinterface you
> want to use? One might guess, for example, that the Pro editionmight
> exclude the DBX libraries and/or a needed driver; or that theTDataset
> hierarchy might be missing from the Pro version, precluding the useof IBX,
> FIBPlus, et al. that rely on this hierarchy being present.interface
>
> You don't, for example, need the Enterprise editions of Delphi to
> a native IBO application to a Firebird database....same goes forBCB, at
> least versions 5 and below, that I know of.
>
> ./heLen