Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
PhilippeE2E
Starting Member
3 Posts |
Posted - 2001-08-21 : 10:58:29
|
| Hi, first time i'm on this site and i'm really impressed by the information that you can find here.Now for my problem:I have a list of checkboxes with the same name on my html form. I process it to asp (automatically a comma delimited string value) and then use a stored procedure to retrieve the values by an IN clause.I pass a comma delimited string to my stored procedure as a variable. In my storedProc i then use the variable to serve as parameter for my IN clause. The problem is: i pass a varchar value to my storedProc, but i have to compare an integer value to the IN parameters (in this case a varchar value).i've read allready some of the articles, but there's none that seems to give any indication.I would appreciate it if somebody could help me out, if possible off course.Thanx in advance____ Just asking ... ____ |
|
|
|
|
|