hello,
My database structure has a column defined as longtext but I have problems
with putting data in it as I should want to. I have a text with more than
100000 characters and only 64999 of them are in the record after the
putting.
First I tried it via my form on the internet but because I want to exclude
problems concerning the form I also tried it directly into the database
using urSQL. Still the result is that only 64999 are stored in that specific
recordfield.
I read
http://www.mysql.com/documentation/mysql/full/manual.html#Silent_column_chan
ges and I checked the structure and the official record says: Field
"cursus" , Type "longtext".
I hope anyone can help me.
Barbera