problem: InsertNullBehaviour forces default values

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
haiduc32
Posts: 5
Joined: Mon 27 Jun 2011 09:44

problem: InsertNullBehaviour forces default values

Post by haiduc32 » Mon 29 Aug 2011 14:34

Hi,
we are trying to start using identity for our tables.
As described in help we set
InsertNullBehaviour = InsertNullBehaviour.InsertDefaultOrOmit;
the identity works, but for the fields where we've set a default value, the default value is stored no matter if we set a different value or leave it to null.
The moment we comment this line, the value that we set is saved to db, not the default one.
Has anyone had this issue?

we use build 202.

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

Post by Shalex » Thu 01 Sep 2011 15:17

We cannot reproduce the problem with InsertNullBehaviour.InsertDefaultOrOmit at the moment. Please send us a small test project with the corresponding DDL/DML script to reproduce the problem in our environment.

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

Post by Shalex » Mon 24 Oct 2011 16:55

New build of dotConnect for Oracle 6.50.237 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=22379 .

Post Reply