Re: [LONG] Connector/J SQLState 0S100 usage/meaning

2003-12-23 Thread Gilles Magnier
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

[LONG] Connector/J SQLState 0S100 usage/meaning

2003-12-22 Thread Gilles Magnier
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

Mysql 4.1.0 utf8 on linux : maybe known bug and current bk compile problem

2003-09-30 Thread Gilles Magnier
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