I have a small custom made CMS, nothing fancy, it allows users to create and edit content on our intranet. The content of the page is stored in SQL Server 2000 with a field type of NTEXT. Sometimes my users will enter content that can be over 500 lines or more. When I query the database and try to do a CFOUTPUT on one of these large records, Coldfusion seems to only render about half or less of the text and the remainder appears to be missing.
What's wierd is that all of the data is actually in the database. I exported the content FROM SQL server as a text file and all of the original content is there. But for some reason CF doesn't want to render all of it.
Any ideas as to what's happening?
Thanks
Start Free Trial