RE: MSSQL Data Types

2004-12-09 Thread Tangorre, Michael
 From: Emmet McGovern [mailto:[EMAIL PROTECTED] 
 What is the next step up from varchar?  I need to be able to 
 enter up to 20,000 characters and be able to edit.
 
 The other question is...  Can I convert the a varchar 
 datatype to it without losing data?

Text.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186905
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: MSSQL Data Types

2004-12-09 Thread Matt Robertson
and to amplify just a tad, the cfqueryparam data type to use for that
is cf_sql_longvarchar.  Not sure if cf_sql_clob will also work, or if
its better.  I've always used the former.

-- 
--Matt Robertson--
President, Janitor
MSB Designs, Inc.
mysecretbase.com

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54