I have to say that I am storing much more than 255 characters in my client
variables. I am storing complex data (ie structs of structs with arrays etc)
in several different variables.  The field in the (SQL Server) database is a
text field - arbitrary length.

Don't worry as long as you have set up the client data store as a database
and NOT (I REPEAT NOT) the system registry or in cookies (both of which
certainly have different storing capacities).

Paul

> -----Original Message-----
> From: Correa, Orlando (ITSC) [mailto:[EMAIL PROTECTED]]
> Sent: 11 September 2000 17:03
> To: '[EMAIL PROTECTED]'
> Subject: RE: Client Variables: Variable Caching
>
>
> Ok... does anyone have any information on client variables and
> the preferred
> methods of using them with a database backend.
>
> Also, in the Mastering ColdFusion 4.5 book, it states that the maximum
> length for a client variable is 255 chars.  Is this limitation due to the
> varchar settings in the database or is it internal to ColdFusion.
>  Or could
> you just increase the database to something like varchar(500) in
> SQL Server
> 7.0
>
> Any information is greatly appreciated.
>
> Thanks,
>
> Orlando Correa
> IHS Web Team
> Web Applications Developer, DBA
> http://my.ihs.gov
>
>
> -----Original Message-----
> From: Correa, Orlando (ITSC) [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 10, 2000 10:35 AM
> To: '[EMAIL PROTECTED]'
> Subject: Client Variables: Variable Caching
>
>
> Anyone have more information....
>
> On page 193 of the "Developing Web Applications with ColdFusion
> 4.5" manual
> there's a couple sentences on Variable Caching.
> "All client variable reads and writes are cached to help decrease the
> overhead of client state management operations."
>
> Does anyone have any details on exactly how the cache behaves for
> both reads
> and writes, timeouts, manipulating the cache, etc.
>
> Thanks,
> Orlando Correa
> IHS WebTeam
> ------------------------------------------------------------------
> ----------
> --
> Archives: http://www.mail-archive.com/[email protected]/
> 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.
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> 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.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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