Solved
Field Format for a Rich Text Field
If I intend to use Rich Text for a field in an application, what type of formatting should the field have in the database? Would a Varchar(4,000) work for example?
If I intend to use Rich Text for a field in an application, what type of formatting should the field have in the database? Would a Varchar(4,000) work for example?
Not having used it very recently, my assumption is that it saves HTML-coded plaintext - in that case you should be fine using varchar in the DB, with a sufficient size to allow users to enter as much text (counting html tags) as you want.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.