Return multiple fields from stored procedure in ASP

  • 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?

  • Sorry to bother you, I found the answer.

    The stored procedure returns a record set!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply