I would like to have a preparedStatement nested inside a regular statement.
Will the prepared statement get reused and just take the new setColumn
value(s) or will database be asked to parse the inner statement for each row
the outer statement returns? I suspect the latter but I don't know how to
confirm my suspicions.

-Stevers 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to