Requirement is to send proper message to end user when the stored procedure is executed successfully but records not updated in the application database.
Application Team willing to give error code and error message to handle such scenarios. Can we achieve this using output parameter successfully in SQL & Oracle based AFX Connectors?
In a different post, Dan described the functionality around the output parameter:
https://community.rsa.com/thread/191645#comment-891862
Not sure you can use the output parameter feature for that purpose.