Re: CF Code Crashing

2006-04-03 Thread Thomas Chiverton
On Saturday 01 April 2006 00:04, Ali Awan wrote: I am trying to fix a problem I am having with my code which runs a large report. Sounds like you are doing something very icky. Break it down into steps, and try each CF step in isolation. -- Tom Chiverton Advanced ColdFusion Programmer

Re: CF Code Crashing

2006-04-03 Thread Ali Awan
This is the problem: I have 22000 records in a table. The data is as follows: AgentName, ClientID, ContractNo, TransactionType, NetPayable The way the relationships work is that for each Client, there is at least one Agent, and at most 2. In the cases that there are 2 agents per Client, the

CF Code Crashing

2006-03-31 Thread Ali Awan
I am trying to fix a problem I am having with my code which runs a large report. By the way, I am running CF 5.0, on a Windows 2k Server, and SQL Server 2000. So, no CFC's or anything else MX specific The code works fine on my dev box. I don't think it's a problem with my queries,