Salutations all,
I was wondering...
.... how would one display an output parameter from a stored procedure? I mean, if I'm using C# to write the front-end of an application which uses a SQL database, how do I store the output parameter--in the case of my SP, of type varchar--as a string variable? Any help much appreciated.