Page 1 of 1

What type of data field needed

Posted: Wed Mar 28, 2007 7:01 pm
by Prismax
What type of data field is needed in a mysql database to properly save a rich edit-content?

Posted: Thu Mar 29, 2007 2:40 pm
by Sergey Tkachenko
Sorry, I do not know its name.
It must be able to contain arbitrary binary data
(or, if you set FieldFormat=rvdbRTF, it may be a memo field)

Posted: Wed Apr 04, 2007 7:29 pm
by Prismax
and where/how do I set this fieldformat?

Posted: Thu Apr 05, 2007 3:16 pm
by Sergey Tkachenko
Where do you define table structure?

Posted: Sun Apr 22, 2007 7:50 am
by Prismax
Ok, I solved the problem. thx for the info!