Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Multiple Values to a Single Parameter?
Message
From
21/09/2004 20:32:16
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00943913
Message ID:
00944807
Views:
21
Good morning! I think I forgot to mention that I am using Visual Basic. Using the syntax...

xValue='''A'',''B'',''C'''

...would only comment out everything after the 1st '. Anyway I've tried...

xValue="''A'',''B'',''C''"

... and ...

xValue="''A','B','C''"

... and ...

xValue="'A','B','C'"

... if I don't get an error, I get an empty recordset. Any ideas?

Thanx!
Shit happens!!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform