Mark Matthews wrote :
Gilles Magnier wrote:
[snip]
I think having identical error code for unsuported exception and bad
parameter error is a bit confusing, for me at least ...
Thanks for any help,
These definitely look like typos. After the holidays, I will look into a
fix for these using
Hi,
i'm trying to write a java application which handle SQLException
correctly.
To achieve that i use declarations found in sqlstate.h and SQLError.java.
Note that if someone have a good URL about SQLState error codes
i'm really interested.
then i've greped Connector/J source for SQLException thr
objdump -x libmysqlclient_r.14.0.0 | grep SONAME
SONAME libmysqlclient_r.14
So the soname is wrong too, i think ld will not like this so i didn't
install
and test it.
I've looked at Makefile.am/config.in/aclocal.m4 change since 4.1.0
(which compile and run fine on same sy