Stored Procedures - Do you return a value indicating the status?
Loading last updated info...
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).