Stored Procedures - Do you return a value indicating the status?
Last updated by TiagoAraujo about 6 years ago.See historyMake 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).
