Page 1 of 1

How to pass In/Out Parameters in Stored Procedure

PostPosted: Fri Aug 14, 2015 5:56 pm
by andres_achiary1363801637
Hi,
I'm trying to use the databaseManager.executeStoredProcedure function and in my stored procedure I have a parameter that is declared as In and Out, how should i declare it in the inout array??

I tried to declare it twice but i get an error in the length and I declare only one of them I get thtat there is a parameter missing.

I couldn't find in the forum about this.

Thanks,
Andres