Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziIf I understand, I don't think you can create a list and pass it in the way you describe. You can do a JDBC Execute once for each member, using a bind syntax with one member per execution. You can also create a temporary table and load the data into the table and do a join and select the results, or you can do a select and pull all the data, and then do a lookup or join in the LAE to filter to what you need. Each of these has trade-offs based on the size of the data in the database, and the number of members being looked up.
Cheers
Rich