Subject Re: [IBO] TIB_Transactions
Author Svein Erling Tysvaer
I'd almost forgotten that there once upon a time existed
TIB_TransactionSingle and TIB_TransactionDouble (or maybe it was
TIB_TransactionMultiple). Anyway, Jason got rid of these and just made
TIB_Transaction accept one or more connections (I know it normally has
three connections visible, and have never had the need to test whether
it is possible to create more). Hence, I think that all you have to do
is to change from TIB_TransactionSingle to TIB_Transaction in your .dfm
and .pas files.

HTH,
Set

flashjobs wrote:
> Hello All,
>
> I have developed an engine in Delphi 5 using IBO 3.0. Now
> i want to convert it into Delphi 2006 which uses IBO 4. The problem
> here arise is the following.
>
> I used the Transaction_single control in delphi 5. But
> when i tried to copy and paste the .pas and .dfm files to Delphi 2006,
> got an error message indicating Transaction_single is not available.
> What i have to do? Please help.