Hi,Does anybody know of a way to use a PreparedStatement with a WHERE IN (?) clause
e.g. SELECT * FROM Names WHERE ID IN (?) where the parameter is replaced by an array of e.g. int's ? regards Tony Seebregts
Hi,Does anybody know of a way to use a PreparedStatement with a WHERE IN (?) clause
e.g. SELECT * FROM Names WHERE ID IN (?) where the parameter is replaced by an array of e.g. int's ? regards Tony Seebregts