CommandBuilder generates wrong insert statements (Key fields are missing)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Guest

CommandBuilder generates wrong insert statements (Key fields are missing)

Post by Guest » Tue 17 May 2005 15:59

Hi,

With OraDirect.NET 2.50 the CommandBuilder gererates insert statements which do not work because the key fields are missing.
In the update statement the key fields will be set, which does not harm, but is also not 100% ok. Is there something swaped internaly?

Have anyone ever used the command builder succesfully?

Best regards,
Rainer

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 18 May 2005 08:51

We cannot reproduce your problem. Which operation did you try do perform?
Send us please small demo project to demonstrate the problem to OraDirect .NET support address and include script to create server objects (tables).

schueler
Posts: 17
Joined: Tue 17 May 2005 15:44
Location: Germany
Contact:

Post by schueler » Thu 19 May 2005 12:28

I checked it again with the most recent version 2.50.1. I am not able to reproduce the error with this version. It only happens with the older one.

Best regards,
Rainer

Post Reply