-
error executing stored procedure from another stored procedure
i've a stored procedure namea if i execute the command CALL namea(); non errors occurs.
But if i call thi stored procedure from another stored procedure nameb with CALL instruction i receive error division by zero on a sql inside stored namea where i do something an UPDATE in a table.
but in another instrucyions che i do same thing in onother table i don't recevie any errors
this can be caused by a privilege that i changed ?
how can i solve the problem ?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|