Why not create a custom method to do what you want?

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Scott
Sent: Tuesday, April 04, 2006 3:36 PM
To: [email protected]
Subject: [Reactor For CF] Count(*) Question

 

All,

 

I have question that may have a simple answer. I am working on using some Reactor generated data. I need to know the total number of records to be displayed. Typically I would just do a SELECT Count(*) AS TotalCount From ThisTable and get the count. In reactor, the only way I see to do that would be to pull a GetAll() query and do a recordcount. This is fine, but something tells me that the first example is faster and lighter than the second.

 

Any ideas?

 

- JS

 

_____________________________________________________________________

joshua scott            
resonant media technologies | complex problems - creative solutions

-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/ -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

Reply via email to