Home All Groups Group Topic Archive Search About

Stored Procedure - Input paramaters

Author
8 Sep 2005 11:37 PM
Jason Fischer
Hi All,

How do I define a paramater that can accept an array of integer values.
Anything from 1 int to 50 int's (this is just a number I have picked).

Thanks

Author
8 Sep 2005 11:59 PM
ML
Pass the integer values as a comma-delimited string, then parse it using
knowledge acquired here:
http://solidqualitylearning.com/Blogs/dejan/archive/2004/10/22/200.aspx


ML
Author
9 Sep 2005 12:06 AM
Jason Fischer
Thanks, I'll give it a shot.

Show quote
"ML" <M*@discussions.microsoft.com> wrote in message
news:D4EA98B0-CA22-452C-A4FD-9974117D31EC@microsoft.com...
> Pass the integer values as a comma-delimited string, then parse it using
> knowledge acquired here:
> http://solidqualitylearning.com/Blogs/dejan/archive/2004/10/22/200.aspx
>
>
> ML

AddThis Social Bookmark Button