Hi
I'm wondering if anyone knows if there is a limit to the number of parameters I can send from VB6 (using adParamInput) to a stored procedure in PL/SQL.
I'm trying to send 11 input parameters into the stored proc. When I do this, the procedure doesn't work. When I commented out 2, it works!
Testing the script in PL/SQL, I know it works, so I figure it must be I'm sending too many input parameters.
Does anyone know how to reset the number I'm allowed to send or another way to get around this?
Thanks for any advice.
I'm wondering if anyone knows if there is a limit to the number of parameters I can send from VB6 (using adParamInput) to a stored procedure in PL/SQL.
I'm trying to send 11 input parameters into the stored proc. When I do this, the procedure doesn't work. When I commented out 2, it works!
Testing the script in PL/SQL, I know it works, so I figure it must be I'm sending too many input parameters.
Does anyone know how to reset the number I'm allowed to send or another way to get around this?
Thanks for any advice.