Hi,
In my perl script, I need to invoke a procedure and pass certain parametres to it. I know that bind_param_inout is used when you need to pass parameters to a Procedure and get the return values from it. In this case, I do not require the return values. I just need to pass the parameters.
Please suggest how to pass parameters to the procedure without concerning about return values.
Thanks
Rocko