Subject | RE: [firebird-support] Re: InterBase, Dephi, BDE and Transactions |
---|---|
Author | Alan McDonald |
Post date | 2004-11-16T06:34:23Z |
> and by now, the transaction is started, so you can't go a head and startOf course you could choose to put a session component down and start a
> 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
>
transaction with this other session. The BDE will allow that but it's not a
nested transaction it's just another transaction.
Alan