dotconnect + WCF

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
GCSX
Posts: 1
Joined: Tue 29 Jun 2010 13:09

dotconnect + WCF

Post by GCSX » Tue 29 Jun 2010 13:20

Hi,
I want to create a WCF webservice using dotconnect.
I used LinqConnect to have entities mapped. This works just fine. I can send entities to WCF's clients.

But when I send an entity with relationship to others entities (inter-table relationship), I get this :
Can not insert entity with the same key if key is not database generated.
I don't insert anything at this time : I just want to send the entity through the webservice...

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

Post by AndreyR » Thu 01 Jul 2010 08:35

Could you please send us a small test project reproducing the issue?

Post Reply