I got the following error when trying to read a value from a database
Type Mismatch: Server.HTMLEncode, /fckeditor.asp (line 106)
This only happens when I tried to read text from a var char field with a length of max. Should the editor work the same for all var char fields with a length of 50 or max? To make this work, I had to use something like trim(rs("content")).
Type Mismatch: Server.HTMLEncode, /fckeditor.asp (line 106)
This only happens when I tried to read text from a var char field with a length of max. Should the editor work the same for all var char fields with a length of 50 or max? To make this work, I had to use something like trim(rs("content")).