How to pass parameters to stored procedure ?
Posted
by Kumara
on Stack Overflow
See other posts from Stack Overflow
or by Kumara
Published on 2010-03-21T01:47:40Z
Indexed on
2010/03/21
1:51 UTC
Read the original article
Hit count: 432
I used SQL Server 2005 for my small web application. I Want pass parameters to SP . But there is one condition. number of parameter that can be change time to time. Think ,this time i pass neme and Address , next time i pass name,sirname,address ,
this parameter range may be 1-30 ,
Please send any answer if you have,Thanks
© Stack Overflow or respective owner