> Hi all am using cfmx7 and got a problem with the output of an ntext field.. > On the > database all of the data is there but on my cfoutput even on a cfdump it > truncates the > output.. the lenght of the data is 32223 characters with spaces... is there a > limit on > the cfoutput of ntext fields?
You must configure your datasource to allow the selection of the entire CLOB/BLOB field. Read the documentation to learn the details: <http://livedocs.adobe.com/coldfusion/8/htmldocs/datasources_ADV_MJS_11.html#1278307> Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324297 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

