0
how can I call an store procesure on visual studio?
Let't assume the sql connection is opened already but if I just do and Sql command ("exec sp_name where @id=" '" + a +"') does nothing.
2 ответов
+ 1
Use Sqlcommad class, refer msdn for syntax help..
- 1
exec sp_name @id="+a+"