Ask a Question related to Coldfusion Database Access, Design and Development.
-
cqprod #1
Retrieving large amounts of data
Why can I only retrieve and display 67,000 characters from a db column (text data type) that contains over 100,000+ characters?:confused;
cqprod Guest
-
Storing large amounts of data in one field
I have a Cold Fusion front end where I want to populate a MySql database with archive information. The front end puts in status and I then copy the... -
Displaying large amounts to text...
In my movie I would like to display a large amount of text. I need to have the ability to style the text with fonts other then just html and it... -
IIS Server/ASP and large amounts of traffic
Just my opinion: If he gets 8 million hits a month, that's about 3 requests/second. Of coure, you did say uniques. Is that unique sessions, or... -
fitting large amounts of data onto CDs
if one has a fairly large (perhaps a gig or two) tree of source, etc. that needs to go onto a cd, is there a common trick/tool/etc. for dividing... -
How can I pass large amounts of data from a form?
If I use a form to pass data (say, for example, through a textbox) the data seems to be limited to somewhat smaller amounts. What should I do if I... -
Dan Bracuk #2
Re: Retrieving large amounts of data
characters or records?
If you are talking about records, I am surprised you can display 67,000
without overwhelming the browser. Back in the Netscape 4 days, we would limit
our results to 500 records for that very reason.
Dan Bracuk Guest
-
JMGibson3 #3
Re: Retrieving large amounts of data
I don't know how things may have changed and I'm stuck WAY back on CF 4.5, but:
In the Cold Fusion Administrator, in the Data Source pages in the CF Settings
page for each data source, you may (will on 4.5) run across a checkbox to
"Enable Retrieval of Long text" which is disabled by default. Once checked you
can then set your own maximums in the "Long Text Buffer Size" just below.
If your hosted, your hosting company will have to do this (assuming they have
no objections of course).
JMGibson3 Guest
-
cqprod #4
Re: Retrieving large amounts of data
We are hosting on-site. I will ask the admin to do this.
Thank you.
cqprod Guest
-
cqprod #5
Re: Retrieving large amounts of data
I was trying to get back data (characters) from a particular column that was
submitted from a textarea.
Just a note some browsers do impose limits on the amount of data that can be
submitted in a textarea, like 32 or 64 kilobytes (32,768 or 65,536 characters)
so I've read but I've never run into that problem. And if anyone else is
wondering how to check the length on a text, ntext, image or varbinary data
type they should use the datalength() function instead of len() in sql.
I will be more mindful to come back and answer other peoples questions.
Thanks :cool;
cqprod Guest
-



Reply With Quote

