NullReferenceException in Dispose of transaction scope

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
peledkfir
Posts: 22
Joined: Sat 15 Jan 2011 11:06

NullReferenceException in Dispose of transaction scope

Post by peledkfir » 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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 01 Sep 2011 12:14

Are you using plain ADO.NET or Entity Framework? Does the problem persist with the 6.30.202 version of dotConnect for Oracle? Please send us a small test project with the corresponding DDL/DML script to reproduce the problem in our environment.

Post Reply