General TRichView support forum. Please post your questions here
-
Prismax
- Posts: 7
- Joined: Wed Mar 28, 2007 6:59 pm
Post
by Prismax »
What type of data field is needed in a mysql database to properly save a rich edit-content?
-
Sergey Tkachenko
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
-
Contact:
Post
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)
-
Prismax
- Posts: 7
- Joined: Wed Mar 28, 2007 6:59 pm
Post
by Prismax »
and where/how do I set this fieldformat?
-
Prismax
- Posts: 7
- Joined: Wed Mar 28, 2007 6:59 pm
Post
by Prismax »
Ok, I solved the problem. thx for the info!