Re: page error

2001-03-06 Thread Jay Patton
Message - From: "Jon Hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 6:16 PM Subject: Re: page error > Jay, you have way too many SQL queries on one page. In general looping over > a query should be avoided at

Re: page error

2001-03-05 Thread Jon Hall
Jay, you have way too many SQL queries on one page. In general looping over a query should be avoided at all costs, not to mention two queries. I think a little research into SQL dot notation will help you a lot here. I wish I had time to do a longer example for you, but I gotta get some work don

RE: page error

2001-03-05 Thread Joby Bednar
Looks like you have a ton of QUERY tags and it's timing out because of it. Can you clean those up or consolidate them so there aren't so many going on? On a live server, my apps usually run slower since my dev server is only running what I ask it to and the live server runs them and everything els