Using SQL Server 7.0 and ColdFusion 4.0.1, how can I get the complete field
value of a text column.  A SELECT will give me the first 1,000 characters and
anything beyond that is truncated.

<CFQUERY DATASOURCE="DS1" NAME="rsTEXT">
    SELECT PRODUCT_DESCRIPTION FROM tblProduct WHERE product_id = 001
</CFQUERY>

Thanks

John Keane
EMail: [EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to