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/

Reply via email to