Hi Carlos,
thanks for the code+clarifications. Is there any hope for dynamic enlistment to
be implemented?
Thomas
""Carlos Guzmán Ãlvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL
PROTECTED]
> Hello:
>
>> (b) If Enlist=3Dtrue is given during Open(), but no System.Transaction is =
>
OK, got it:
(e) Because FbConnections cannot be enlisted dynamically but only during Open(),
the prepared command will not need to have the Transaction property set as
it always takes the current enlisted transaction from the connection
during Prepare().
It also means to me, that th
Hi,
I'm having difficulties understanding the System.Transcaction Integration
for FbConnection.
(a) Why is it not possible to enlist in a transaction dynamically?
One has to use Enlist=true in the connection string during Open() to
get a _enlisted_ connection.
What if I want to enlist