I'm newbie to h2, I tried to update a varbinary(255) column, using the responses of those questions :Q1, Q2, but it doesn't work I get this message:
Hexadecimal string contains non-hex character: "test"; SQL statement: UPDATE TABLE set COLUMN=CAST('test' AS VARBINARY(255)) [90004-176] 90004/90004
can anyone help ?.
thank you.