I want to update the template itself once a day because I don't want to have
a query every time people gets in the page.  Let's say I have a "Top 10"
which is daily updated.  One option is to make a query to the Top10 DB every
time a user gets in this page.  This is the time-consuming option.  The
other way is to update the template itself every day so it doesn't have to
make a query.  How can I do it automatically, do I need to use application
variables or there's another way?

Thanks in advance,

Manuel Tapiola
www.ciudadvideo.com

-----Mensaje original-----
De: Sharon DiOrio [mailto:[EMAIL PROTECTED]]
Enviado el: Martes, 11 de Abril de 2000 12:34 p.m.
Para: [EMAIL PROTECTED]; CF-Talk-HouseOfFusion
Asunto: Re: about updating with CFSCHEDULE


Well, if you are going to update a template, you will need something to
update it with.  Usually, people store this in a database, and it will need
to be retrieved with a query.  Could you explain more what you are trying
to do?

Sharon

At 11:05 AM 4/11/2000 -0300, Juan Manuel Tapiola wrote:
>Hello, I want to keep updated every day a template but I don�t want this to
>depend on a query.  Instead of that, I want to have a scheduling task to
>update this template every day.  How do I do it?  Is it a way to create
>application variables?  Is it the best way?
>
>Thank you a lot in advance,
>
>Manuel Tapiola
>www.ciudadvideo.com
>
>---------------------------------------------------------------------------
---
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebarsts&bodysts/cf_talk or send a
>message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to