Thanks, Kris. I didn't even SEE that I had submitted the query string
in both places (in the prepareStatement as well as the executeQuery
methods), which is clearly not what I had intended, though I got away
with it before I suppose.
David
>The JDBC 3 Spec 13.2.4 says, "If any of the PreparedStatement execute
>methods is called with an SQL string as a parameter, an SQLException is
>thrown."
>
>Kris Jurka
>
>
>