Issue No 1186029 Still occuring
Brought to you by:
fral
Sorry to say that this issue (1186029) has raised its
head again when I
am using the transaction object.
Looking at the properties of the MpmDataAdapter
command I noticed that
MpmConnetion.State = Open,
MpmTransaction.Connection.State = Open,
MpmTransaction.NativeTransaction.Connection.State =
Open,
NativeCommand.Transaction.Connection.State = Open
but
NativeCommand.Connection.State = Closed
Hope this helps.
This is happening for SQL Server.
Sean
Logged In: YES
user_id=684148
I have now modified my code so that I do not encounter this
issue anymore.
Logged In: YES
user_id=895705
That is good, because I have not been able to repeat your
problem...
Bengt