This content has been marked as final.
Show 2 replies
-
1. Re: Memo field truncating on textarea form field
JR "Bob" Dobbs Dec 20, 2011 10:29 AM (in response to sakonnetweb)Things to check.
1. Is the description value truncated in the database? If so check the data type of the database column.
2. If the value is not truncated in the database, but is truncated in the SELECT query, check that CLOB is enabled in your CF datasource. See: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fe7 .html
Note that you should also use CFQUERYPARAM in your SELECT query.
-
2. Re: Memo field truncating on textarea form field
sakonnetweb Dec 20, 2011 10:52 AM (in response to JR "Bob" Dobbs)Wow- thanks. Works now….
Full text was always in DB, just getting truncated on the display page textarea box. Also increased buffer size in CF Admin for that DB's CLOB setting- thanks again!

