Passing Multiple Parameters from a SINGLE menu/list to SQL
What is best approach for passing MULTIPLE selections from a SINGLE dropdown menu/list that allows multiple selections to a stored procedure and storing those selections in a table. I'm using ASP classic and SQL Server. I know how to do it with ONE selection, but not with multiple selections from a single drop down list.
What is best approach for passing MULTIPLE selections from a SINGLE dropdown menu/list that allows multiple selections to a stored procedure and storing those selections in a table. I'm using ASP classic and SQL Server. I know how to do it with ONE selection, but not with multiple selections from a single drop down list. It looks like the values need to be seperated/parsed somehow and I'm not sure if I should do that in ASP or have my Stored Proc do it and how - arrays???
Thanks
Devon Kyle
Los Angeles CA
Comments
Be the first to write a comment
You must me logged in to write a comment.