How do I use store procedures?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I create and use "store procedures" with an SqlConnection object? I need to create a procedure that will add a record and return the new ID of said record. I know that I can accomplish this with "store procedures." If you can direct me to a simple sample, I would really appreciate it.

- Rashad Rivera
 
Check out Bill Vaughn's article on Retrieving the Gozoutas at
www.betav.com -> Articles -> MSDN
Rashad Rivera said:
How do I create and use "store procedures" with an SqlConnection object?
I need to create a procedure that will add a record and return the new ID of
said record. I know that I can accomplish this with "store procedures." If
you can direct me to a simple sample, I would really appreciate it.
 
Back
Top