13 Jun
2008
13 Jun
'08
3:27 p.m.
On 13-06-2008 17:21:46 +0200, Robert Schumacher wrote:
I'm not using any client, it's our own software using JDBC, i cannot give out the content of the BLOB as text, so Java only gives me the Object reference. I cannot test the statement in any client either as there is no way to put in binary data.
If you can, please use a JDBC connection url with ?debug=true appended. It will generate monet_XXXXXXXXXXXX.log files in the working directory. These files contain the exact transcripts of what goes over the wire, including this statement. If possible, please locate that statement, and send us (in private) that line, so we can exactly replay what happens at your side.