Oracle Trigger not firing with LinqConnect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
kautuk
Posts: 4
Joined: Mon 26 Apr 2010 11:02

Oracle Trigger not firing with LinqConnect

Post by kautuk » Wed 28 Jul 2010 06:36

I am Using LinQConnect1.00(trial) with Oracle db.


There are some triggers on before-insert event on some tables.
but when i am inserting a record using .InsertOnSubmit() method.
Record is inserted but no trigger is fired in database.

my env is .Net 3.5 SP1

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 29 Jul 2010 14:01

Could you please send us (support * devart * com, subject "LINQ: AutoSync and trigger") a small test project reproducing the issue?

Post Reply