I think ray means something like


<cfdirectory ... name="qDir">
<cfset application.qDir = qDir>


It is then stored in the application scope and available as long as the application doesn't time-out or you alter the var. Don't forget to lock if you are not on CFMX.

-----Oorspronkelijk bericht-----
Van: Bushy [mailto:[EMAIL PROTECTED]
Verzonden: vr 14/11/2003 12:55
Aan: CF-Talk
CC:
Onderwerp: RE: Changes in a Directory CFDIRECTORY


What do you mean store it in a scope and then cache it? How?

--Original Message Text---
From: Raymond Camden
Date: Thu, 13 Nov 2003 11:42:56 -0600

The result of cfdirectory is a query. You can store it in scope you want
and cache it. If you want to store it into a db, you need to convert it
to a string first, which you can do with WDDX, or just save one column.


  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to