how to return multiple values from stored proc?

  • Thread starter Thread starter smen
  • Start date Start date
S

smen

hiye, can stored procedure return multiple @output's?

thanks for replying...
 
yes you can, you just have to read the values from the parpameters
collection of the Command object

MacKenzie
 
any examples
-----Original Message-----
yes you can, you just have to read the values from the parpameters
collection of the Command object

MacKenzie




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top