NullReferenceException in Dispose of transaction scope
Posted: Tue 30 Aug 2011 09:12
Hi,
I'm using dotConnect 6.10.141
I call in ambient transaction to a SP that deffer constrained until commit.
Using: EXECUTE IMMEDIATE 'SET CONSTRAINT ALL deferred';
If trying to commit when the SP brakes one of the FK's you will get a NullReferenceException instead of any other indicative exception of the error.
I'm using dotConnect 6.10.141
I call in ambient transaction to a SP that deffer constrained until commit.
Using: EXECUTE IMMEDIATE 'SET CONSTRAINT ALL deferred';
If trying to commit when the SP brakes one of the FK's you will get a NullReferenceException instead of any other indicative exception of the error.