I have a cookie that hold multiple ID numbers for specific jobs. I want to pass that through a storedProcedure to the server to use as an IN clause. I have to pass the string as text, but the value on the SQL server site has to be numeric.
 
I can write the entire query string and pass it to SQL server but is there a way to just pass the values needed for the IN clause.
 
What am I missing?.
 
 
 
 

Robert Shaw
Edata Alliance, Inc.
www.EdataAlliance.com
DataOnTheWeb
www.DataOntheWeb.com
972-463-3515
972-463-9215
972-463-9896

Reply via email to