Hello!

> I need to use the 'IN' clause to insert records in to
> a table.  The problem is that the list I want to
> search, contains strings.

How about splitting the string in ASP, then using a single SELECT statement
for each split value?

Pseudo code

Split string to array
For each item in array
    Do something with the database
Next

with regards
anders l. borum � [EMAIL PROTECTED]
the sphereworx / monoliner experience
--


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to