I had a situation a while back where I selected a large no of records into a
select box in a form on a page and it didn't display any at all.  Almost as
if it ran out of memory or something.  Worked ok in IE 5 but not on anly
lower browser or on a Mac.....probably a completely differenty thing but may
be related

------------------------------------------------------------------ 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
------------------------------------------------------------------ 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
------------------------------------------------------------------ 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 488 9131
------------------------------------------------------------------ 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-----Original Message-----
From: Adkins, Randy [mailto:[EMAIL PROTECTED]]
Sent: 05 April 2001 15:11
To: CF-Talk
Subject: RE: Maybe a silly question.


I thought out that as well, however this is a dynamic query 
that the results of the query changes frequently. It is 
not cached.

I have consider timeouts on the server however, I can turn 
right around and execute another query with less results 
and they will display. This happens infrequently. Maybe once
every 10 queries or so.


-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 9:47 AM
To: CF-Talk
Subject: Re: Maybe a silly question.


Is the query cached?  I've had this problem with cachedwithin in the past.

Will
--
[EMAIL PROTECTED] -=- www.lukrative.com
Local-Advertising -=- www.localbounty.com

----- Original Message -----
From: ""Adkins, Randy"" <[EMAIL PROTECTED]>
Newsgroups: dotcom.lists.cftalk
Sent: Thursday, April 05, 2001 2:18 PM
Subject: Maybe a silly question.


> Okay this might be off the wall, but it escapes me as to the reasoning of
> this.
>
> I have a query that runs and generates between 200-2000 records to be
> displayed
> to the user. When the record count is low say below 300 or 4000, it will
> spit out
> the desired results without a problem.
>
> However when the record count is higher, say once the query is completed
and
> it will display a BLANK Page. No out put or anything. If you view the
source
> of it,
> you will see the following:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html;
> charset=windows-1252"></HEAD>
> <BODY></BODY></HTML>
>
> I have no MAXROWs or Aborts or EXIT tags that would prevent this from
> displaying
> the appropriate data.
>
> Any ideas?
>
> Thanks in advance.
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to