That was Dave, and he probably meant CF_SQL_VARCHAR. CF_SQL_VARCHAR usually throws an error if the value is too long. I use CF_SQL_LONGVARCHAR for "memo" on the only site I have running access (on CF5). CF_SQL_CLOB doesn't exist on CF5, but was introduced in CFMX.
Pascal > -----Original Message----- > From: Matt Robertson [mailto:[EMAIL PROTECTED] > Sent: 26 October 2004 18:22 > To: CF-Talk > Subject: Re: cfsqltype question with Access database > > Pascal, > > You said > > "CF_SQL_VARCHAR wouldn't accept values greater than that length" > > Did you mean CF_SQL_LONGVARCHAR ? > > I've never had trouble with the 'long' version, but then again I > haven't tried too hard to stress out an Access db with a load of text. > Maybe 2-3k tops using longvarchar. > > Had never heard of cf_sql_clob. RTFM I suppose. > > > -- > --Matt Robertson-- > President, Janitor > MSB Designs, Inc. > mysecretbase.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area. http://www.houseoffusion.com/banners/view.cfm?bannerid=44 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182631 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

