ASP.NET OracleDataSource with delete command

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
hannes_a
Posts: 77
Joined: Sun 22 Jan 2006 20:44
Location: munic

ASP.NET OracleDataSource with delete command

Post by hannes_a » Wed 14 Jul 2010 13:46

I use a OracleDataSource with a complex delete PLSQL command,
but it has during debug only paramter Original_ID.
I need your assistance to solve this, or is it a bug ?

Code: Select all

 
        
            
            
        
(I removed unneccassary information)


btw: thank you for solving "Fixed bug with executing a PL/SQL block with two parameters of the same name" 5.70.140 20-May-10
http://www.devart.com/forums/viewtopic. ... highlight=

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

Post by Shalex » Thu 15 Jul 2010 14:39

I have tried your sample with our database with the 5.70.146 build of dotConnect for Oracle. dbMonitor showed two parameters: INSTBASE_ID and ORIGINAL_ID. If you navigate to OracleDataSource Editor in design time, there also will be two parameters in the delete command editor. Could you please specify the result you were expecting to get? If there is a problem, please send us a complete small test project with the DDL/DML script to reproduce the problem in our environment.

Post Reply