How can I execute a stored procedure in .net?

  • Thread starter Thread starter FireListen
  • Start date Start date
F

FireListen

Hello all,
Is there anyone who can tell me how to execute a stored procedure in .net.
More detailed, I want to pass some parameters to the procedure and the
procedure must return some value in the parameters and return a value
indicating whether the procedure is successful. The problem is how I can get
the new value in the parameters of the procedure and how I can get the value
returned by the procedure.
 
Back
Top