Delete procedure with additional parameters

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
McMlok
Posts: 26
Joined: Tue 04 Jun 2013 13:01

Delete procedure with additional parameters

Post by McMlok » Mon 04 Nov 2013 09:53

Hi,

I use stored procedures for CRUD operations. I have stored procedure for Delete operation with more parameters than only ID of entity. Procedure is called but fill only ID parameter not all others parameters. Other parameters is used for audit and cannot be inferred on Oracle side. Is there way to fill other parameters than only ID for Delete operation?

I use dotConnect 8.0.17.0, EF 5.0

Thanks

McMlok
Posts: 26
Joined: Tue 04 Jun 2013 13:01

Re: Delete procedure with additional parameters

Post by McMlok » Mon 04 Nov 2013 15:32

I try downgrade and in version 7.7.276 it works in version 7.9.322 don't. Is it feature or bug?

Thanks

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

Re: Delete procedure with additional parameters

Post by Shalex » Thu 07 Nov 2013 12:21

Please send us a small test project with the corresponding DDL/DML script of the database objects, also specify the steps for reproducing.

Post Reply