JDBC Question - binding variables into a list

From: Bryan M. Kramer <kramer_at_techne.ca>
Date: 29 Jun 2001 13:40:59 -0700
Message-ID: <2f60fe9f.0106291240.39fce8b1_at_posting.google.com>


I'd like to create a prepared statement for a query of the form

select x from Table1 where z in (?)

where the ? would expand to as many values as necessary according to the value supplied for parameter 1 as a java vector?

Is this possible?

Thanks
Bryan M. Kramer Received on Fri Jun 29 2001 - 22:40:59 CEST

Original text of this message