Page 1 of 1

Delete procedure with additional parameters

Posted: Mon 04 Nov 2013 09:53
by McMlok
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

Re: Delete procedure with additional parameters

Posted: Mon 04 Nov 2013 15:32
by McMlok
I try downgrade and in version 7.7.276 it works in version 7.9.322 don't. Is it feature or bug?

Thanks

Re: Delete procedure with additional parameters

Posted: Thu 07 Nov 2013 12:21
by Shalex
Please send us a small test project with the corresponding DDL/DML script of the database objects, also specify the steps for reproducing.