That's exactly what I wanted to do, but I may not be able to (it's not up to
me..) hence why I was looking for another solution.  Out of interest, I
wonder how you would go about to solve that previous problem.  I spent a
good hour on it but couldn't see how it'd work - anyone else bored enough to
join in my fun?

Will
----- Original Message -----
From: "lsellers" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Tuesday, September 19, 2000 5:59 PM
Subject: RE: [CF-Talk] Re: NAMED.BOOT


> > OK - I have a table of domain names, which I've populated a Select with.
> > Fine.  But I would like to run a check as follows:
> >
> > <cfif fileexists("#filedir#db.#domain_name#") IS true>
> >
> > ...which would exclude those domains in the Select.  Any ideas?
>
> Well, generally I just keep a field in the database table that lets me
know
> which ones have been updated. AFTER I'd (re)create thier dns files I'd
> unflag it. This simply lets me do a select on those fields.
>
> Ie, select * from mumble where needsupdate=true.
>
> And simply just overwrite everything. :)
>
> This allows you to cfschedule it to run as a batch process (or to manual
> force the operation if you want).
>
> --min
>
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

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

Reply via email to