Subject | Re: [firebird-support] Any experiences moving from BDE (D7) to IBObjects & FB 1.5.2 |
---|---|
Author | David Johnson |
Post date | 2005-06-11T04:28:47Z |
Shortly before determining that Delphi would not meet my long term
needs, I tested a number of Firebird connectivity options under Delphi.
Of the ones I tested, only IBO was able to even complete my test cases,
and it was the fastest. To be fair, I did not test FIB Plus.
Shifting from the BDE/ISAM world is mostly a mindset thing. In the
RDBMS world, you pull back data in one transaction, edit it
independently of the DBMS connection, and submit it back on another
transaction. Concurrency control has to be built into your data and
programming structures, but it is handled very differently (more
abstractly) than what you see in the BDE/ISAM world.
needs, I tested a number of Firebird connectivity options under Delphi.
Of the ones I tested, only IBO was able to even complete my test cases,
and it was the fastest. To be fair, I did not test FIB Plus.
Shifting from the BDE/ISAM world is mostly a mindset thing. In the
RDBMS world, you pull back data in one transaction, edit it
independently of the DBMS connection, and submit it back on another
transaction. Concurrency control has to be built into your data and
programming structures, but it is handled very differently (more
abstractly) than what you see in the BDE/ISAM world.
On Fri, 2005-06-10 at 07:23 +0000, rekkod wrote:
> Hi All
>
> Is there anybody that can maybe share their experiences moving from the
> BDE (Delphi 7) to IBObjects (or FIBPlus).
>
> What is the best to move to IBObjects or FIBplus (for a Multi-User, and
> highly concurrent and interactive system).
>
> Any nice suprises?
>
> Thanks
> Anton
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://firebird.sourceforge.net and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Yahoo! Groups Links
>
>
>
>
>
>
>