Quote:
Originally posted by n_i
What method do you use to insert your data? What kind of error message you get when 'it not allowing me to insert'?
|
Hi!
I use plain db2 "insert into <table> values(10,'big string')
I would like to insert "big string" about 200 K. I get following error when i insert more than 32K.
SQL0102N The string constant beginning with "'blah blah ....'" is too long. SQLSTATE=54002
Thanks
--chandra