C# EnterpriseLibrary trouble obtaining an Output Parameter
I’m writing a Stored Procedure that captures certain notes a user does in a Web Application. The procedures stores the notes, and I need the output parameter to notify the user if his/her notes have been captured correctly or not. However, I’m having issues with my output parameter.