Stored Procedures - Do you return a value indicating the status?

Last updated by TiagoAraujo over 4 years ago.See history

Make sure your stored procedures always return a value indicating the status. All stored procedures should return the error number (if an error) or a 0 to indicate no errors (ie success).

We open source. Powered by GitHub