G
Guest
Greetings all -
I'm trying to build a parameter set that would be passed into an IN clause in my data adapter that reads into SQL Server. The problem I'm experiencing is that when I've selected more than 1 item from the listbox, it doesn't return any records when I know it should. I'm guessing that SQL Server can't interpret my multiple values but with this being such a common function in the software development world, how can this be accomplished if SQL Server doesn't interpret the string of values the way I want. Has anybody discovered a solution that could work
Much thanks to all who have read this
Robert Jenkins
I'm trying to build a parameter set that would be passed into an IN clause in my data adapter that reads into SQL Server. The problem I'm experiencing is that when I've selected more than 1 item from the listbox, it doesn't return any records when I know it should. I'm guessing that SQL Server can't interpret my multiple values but with this being such a common function in the software development world, how can this be accomplished if SQL Server doesn't interpret the string of values the way I want. Has anybody discovered a solution that could work
Much thanks to all who have read this
Robert Jenkins