CommandBuilder ignores DbLink

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
schueler
Posts: 17
Joined: Tue 17 May 2005 15:44
Location: Germany
Contact:

CommandBuilder ignores DbLink

Post by schueler » Tue 30 Jan 2007 11:12

Hello,

if you add the following select to the DataAdapter the OraDirect.net CommandBuilder (Version 3.5.18) will produce a wrong insert, update and
delete statement:

Select * from scott.emp@orcl

The DbLink is missing in the generated insert, update and
delete statements. Is this a bug, or did I miss a property to enable this?

Thanks,
Rainer

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 01 Feb 2007 08:00

We are investigating this problem.
You will be notified on results as soon as possible.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 07 Feb 2007 08:34

We have fixed this problem for you.
Look forward to the next build.

Post Reply