Subject RE: [firebird-support] Re: InterBase, Dephi, BDE and Transactions
Author Gustavo
Alan:

Can you explain me a little more about putting a session component and sarting another transaction?

I think, if I do that, the BDE will anyway do it's implicit transaction and will physically post things on the DataBase before I commit my other transaction. In this case my transaction won't be useful. Is it like that what I'm saying?

Gustavo

----- Mensaje original -----
De: Alan McDonald
Para: firebird-support@yahoogroups.com
Enviado: Martes, 16 de Noviembre de 2004 03:34
Asunto: RE: [firebird-support] Re: InterBase, Dephi, BDE and Transactions


> and by now, the transaction is started, so you can't go a head and start
> another one while the current one is neither committed nor rolled
> back. Delphi thinks you are trying to request a nested
> transaction and it
> whines at you.
>
> ./hb
>

Of course you could choose to put a session component down and start a
transaction with this other session. The BDE will allow that but it's not a
nested transaction it's just another transaction.
Alan



[Non-text portions of this message have been removed]