> I have found it helpful to use a very simple example that anyone can
> understand:
>
> <cfquery name="myQuery">...</cfquery>
> <cfoutput query=myquery>...</cfoutput>
>
> Query a database and display the results with 2 CF commands-- no
> connections, no nuthin' -- just 2 CF commands. (I usually code the
> entire logic for creating a Department Phone List, ad hoc. Then I run
> it, and show the results on a web page (using a Laptop containing CF
> and the Examples "Employee" database)
Don't forget to add dynamic query caching with
cachedwithin="#createtimespan(0,0,0,30)#" or whatever. No other
language in the web space offers a similar solution with a single attribute.
-- geoff
http://www.daemon.com.au/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

