Hello all,
I'm having a problem inserting TEXT data: it ends up truncated at 16384 bytes.
At first I though @@textsize might be the reason, since it is set at 32k (double of my maximum size),
but changing it does no good.
The server isn't at fault either, I can do the insert using Java, it works fine.
So here is my pledge:
Has anyone else stumbled upon such a problem?
Is there a solution?
Thank you,
Bruno
|