Subject Re: Any experiences moving from BDE (D7) to IBObjects & FB 1.5.2
Author christophermarkstrauss
Hi Anton
i have just converted a BDE app to firebird. i did not look at
IBObjects as i came across Fib first and i am totally satisfied
speed is the nicest surprise along with total stability
Using Fib you can setup your data module as you would for a paradox
etc. database and then you will need to access the SQL property of the
TpFibDataSet and select the table and select the generate buttons and
all the Sql is generated for you, as all the data access is done via
Sql directly. you will however still be using the
Datamodule.Table.ApplyUpdates etc. so changes are kept to a minimum
You will need to understand the transaction states as they are
controlled by TpFibTransactions and you can set up a different one per
table or use one for all tables depending on your need. You call the
Table or databases ApplyUpdates but the TpFibTransactions.Commit. This
gives you great flexibility.

i hope this helps

--- In firebird-support@yahoogroups.com, "rekkod" <anton@d...> 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