Thanks for reply, now I am getting this error message,

ByteArray Objects cannot be converted to strings.

And this is happening when I am moving that column value into one
local variable, i.e.,

<cfset temp = qryPart.Desc>

Asif

----- Original Message -----
From: Matt Robertson <[EMAIL PROTECTED]>
Date: Wed, 14 Jul 2004 07:52:15 -0700
Subject: Re: CFMX and MySQL Text field
To: CF-Talk <[EMAIL PROTECTED]>

Pascal Peters wrote:
> if it is a "long" data type you have to check
> "Enable long text retrieval" in the advanced settings of the data source
> in the CF Administrator

Not quite.  If you leave those unchecked (I do) then CF will retrieve
only up to what the long text buffer setting is.

The default is 64k which typically is plenty for a web page.  However
a mySQL text type field can handle significantly more than this, so
bear this in mind.

http://dev.mysql.com/doc/mysql/en/Storage_requirements.html

--
--Matt Robertson--
MSB Designs, Inc.
mysecretbase.com________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to