How much can this column actually hold? How would it translate to say a text file in size? I am trying to work out if a heap of data should be able to fit into the column or not
Hi Steve,
Depending on your database, the TEXT datatype column can handle LARGE amounts of data.
You might want to check how much data your datasource can handle.. check out the Advanced Settings in
your datasource in cfadmin.
Regards,
Adam
--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfau...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
This is on CF8 ENT and MSSQL2008
Depends on which database you are referring to - and which version.
2.1 billion bytes is possible - I think for MS SQL Server? Oracle's
CLOB could hold 4GB and that's increased in recent versions.
--
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
It has
Long Text Buffer (chr) : 64000
Does that means it will truncate at that? What if i don’t want to restrict it at all?
From: Adam chapman [mailto:Ad...@portplus.com]
Sent: Friday, 15 October 2010 3:42 PM
To: cfau...@googlegroups.com
2,147,483,647 characters in MSSQL 2009.
Your insert/update queries will error if the length exceeds that specified in cfadmin… you could try increasing if to MSSQL maximum.. I have not tried that!
http://msdn.microsoft.com/en-us/library/ms187993.aspx
See the note regarding deprecation of the text datatype.
Important
ntext, text, and image data types will be removed in a future version of MicrosoftSQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use nvarchar(max), varchar(max), and varbinary(max) instead.
B)
> http://www.pctools.com <http://www.pctools.com/?cclick=EmailFooterClean_51>
> =======
>
> --
> You received this message because you are subscribed to the Google Groups "cfaussie" group.
> To post to this group, send email to cfau...@googlegroups.com.
> To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
>
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.862 / Virus Database: 271.1.1/3197 - Release Date: 10/15/10 02:34:00
>
--
Brett Payne-Rhodes
YourSite Web Solutions
w: http://www.yoursite.net.au
e: br...@ehc.net.au
t: +61 (0)8 9371-0471
m: +61 (0)414 371 047