this might seem like a weird question, earlier I posted another question on ASP multiple values through a session variable, I’ve now figured that out and have managed to pass all three values for instance to a label. Now however I need to pass the three IDs to create a gridview for the three values… So for my SQL statement I have:
SelectCommand="SELECT [BookID], [book_title] FROM [tblBook] WHERE ([BookID] = ?)">
So I need there to be 3 BookID=?,?,? for instance, is this possible?
Or is there another way to do it in ASP?
I’m not certain by your question, but I think you’re after an
INstatement