Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem passing list as a Parameter
Message
From
14/11/2002 13:09:25
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Problem passing list as a Parameter
Miscellaneous
Thread ID:
00722806
Message ID:
00722806
Views:
46
I have a SP where a select a group of records based upon an ID passed. The ID is a string, max size is Character 8.

For a single id this works.
select fk_name where cattorneyid = @firmid

This also works for a single id.
select fk_name where cattorneyid in (@firmid)

These are both run using exec Attorney_list '000449'

However, I cannot pass a string containing more than 1 ID.

exec Attorney_list '000449,105690'
OR
exec Attorney_list "'000449','10105690'"


Any ideas how I can pass a string with variable number of ids and run the select statement?
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Next
Reply
Map
View

Click here to load this message in the networking platform