G
Guest
Hi,
I'm using ADO.NET command to execute a stored procedure which will do a
bounch of deletes and inserts on database side. If the data is not too big,
it's fine, but if there is a lot of data needs to be proceeded, sometime I
got error of "Method '~' of object '~' failed", sometime I got "Import of
MSDTC transaction failed: Result Code = 0x8004d00e." as well. When I ran the
stored procedure manually with same parameters, no any problems.
What could be the problem?
Thanks.
william
I'm using ADO.NET command to execute a stored procedure which will do a
bounch of deletes and inserts on database side. If the data is not too big,
it's fine, but if there is a lot of data needs to be proceeded, sometime I
got error of "Method '~' of object '~' failed", sometime I got "Import of
MSDTC transaction failed: Result Code = 0x8004d00e." as well. When I ran the
stored procedure manually with same parameters, no any problems.
What could be the problem?
Thanks.
william