Sunday, 29 September 2013

Passing array to mysql stored procedure

Passing array to mysql stored procedure

want to be able to pass an "array" of values to my stored procedure,
instead of calling "Add value" procedure serially.
Can anyone suggest a way to do it using mysql database ?

No comments:

Post a Comment