On 22-11-2007 22:32:17 +0100, Niels Nes wrote:
I tried http://homepages.cwi.nl/~fabian/troep/monetdb-1.6-jdbc.jar and get the same error. Logfiles are attached.
Same problem as before:
RD 1195766131798: inserting prompt TD 1195766131848: write final block: 53 bytes TX 1195766131848: sPREPARE INSERT INTO test (id, name) VALUES (0, '?'); RD 1195766131848: read final block: 25 bytes RX 1195766131848: !unexpected end of input
You don't even get to the UTF-8 part. THis is indeed a problem on the server side. Not sure what yet. Afcourse it strange to use prepare with out any parameters, ie '?' is not correct it should be ? I guess.
Or we're looking at a rendering issue, where the ? is not a ? but the o-umlaut thing.