Here's what I have....
a SP that takes 4 variables...one being a description field which could have apostrophe's in it....another being a string that looks like this
@list = '34,434,343'
my sp uses the code where wipID in (@list)
however wipID is an int...the list is actually an array in .NET that gets converted to a string...
I get a cannot convert to type INT error....
Any suggestions would be amazing...
DLC
a SP that takes 4 variables...one being a description field which could have apostrophe's in it....another being a string that looks like this
@list = '34,434,343'
my sp uses the code where wipID in (@list)
however wipID is an int...the list is actually an array in .NET that gets converted to a string...
I get a cannot convert to type INT error....
Any suggestions would be amazing...
DLC