using a Vector to replace values in PreparedStatement
843859Aug 9 2007 — edited Aug 9 2007Hi,
I want to know can we replace the values in a SQL prepared statement from a Vector..??
i mean do we have something like
ps.setValues(stmt, vector);
help!!!!