adamec vaclav wrote:
> Whole database is in UTF-8 (utf8_general), maybe I need to somehow
> setup this colation during connection to database?
Not really sure about that. I believe I was seeing the same exception
when I attempted to
insert a null into a date field in mysql when the date in question was
null. Like;
ps.setDate(1, null);
Instead of
ps.setNull(1, Types.Date);
I can't see how this would be related to the behavior you are seeing -
just that it's
the same error message that I was getting.
Rob
CollabraSpace - Revolutionary Collaboration
Visit us at http://www.collabraspace.com
This message has been scanned for viruses by
ClamAV v0.83
|