Hi

i am trying to get info from a database and put it into a text file.
i was trying to use cffile but i dont want to run cffile for every record
example:
<cfoutput query="myQuery">
    <cffile action="WRITE"
            file="#Application.LocalServer#emails.txt"
            output="#me#">
</cfoutput>

i figure there has got to be a way to make a text file with a lot of
records, without appending everyone individually to a text file

Thanx

-Eli-

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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