All,
I am trying to prevent SQL injection and need to come up with ways to return multiple values from a stored procedure. This is assuming that that is the way to go.
What is the technique in the stored procedure as well as how does ASP access those returned values?
Or, is there a better way to do this and eliminate dynamic SQL statements?