I need insert large text (over 100 KB) into column type CLOB (created as
max. available size - cca 2GB) using SQL command, but derby (latest
release) inserts only cca 32 KB. If text is larger, derby throws SQL
exception with description 'A string constant starting with ''inserted
text ... &' is too long'.
Is it a derby bug, or I do enything wrong ?
I am new in derby.
Thanks for every response.