On Feb 13, 2008 11:29 PM, Kris Jurka <books@ejurka.com> wrote:
> Yes, but you then lose some of the features that are only available with
> the V3 protocol: ParameterMetaData, some ResultSetMetaData calls, OUT
> parameters for CallableStatements. I think that's the list, but couldn't
> swear to it.
I usually advise people to use protocol v2 for typical web usage and
we experienced another problem. A few exceptions are ambiguous with v2
and perfectly identifiable with v3 (foreign key violation for
example). There are apps relying on that and we were forced to use v3
for them (and we have lower performances).
--
Guillaume