Columns are not included in Update Statement

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
nssidhu
Posts: 11
Joined: Tue 23 Feb 2010 18:35

Columns are not included in Update Statement

Post by nssidhu » Wed 19 Jan 2011 16:45

DotConnet for Oracle.

When using DomainService Class, certain columns are not included in the Update statement, when the updated value is same as Orginal Value.

How can i force the Value to be always be passed, even if the value is changed or not.

Our Triggers Needs updated_By value to be always be passed even if it is same value.

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

Post by Shalex » Thu 20 Jan 2011 10:54

Could you please send us a small test project with the corresponding DDL/DML script? Also specify your current version (x.xx.xx) and mention a link to this post.

Post Reply