Mark,
do you really mean _full_ PreparedStatement usage? Surely you don't also
mean PreparedStatement.getMetaData() which we talked about a couple of
weeks ago?
I can't find the nightly builds on the mysql site. Are they somewhere else?
Adam
Mark Matthews wrote:
>
> You don't say exactly what version of Connector/J 3.1 you are using...Is
> it 3.1.0 or a nightly build? 3.1.0 can only do DML on prepared
> statements (It's in the CHANGELOG)....nightly builds support _full_
> PreparedStatement usage.
>
> -Mark