[thelist] MS ACCESS - Bypass limit on memo field >> outputing to a text file auto...

jon steele jjsteele22 at yahoo.com
Fri Aug 3 08:34:07 CDT 2001


To do this in ColdFusion, you would do this:

<cfset path = c:\path\to\folder\filename.txt>

<cffile action="WRITE" file="#path#" output="#form.textare#"
addnewline="Yes">

<cfquery ...>
INSERT INTO tablename VALUES (#id#,'#path#');
</cfquery>

That's it!

Thanks Tab Alleman for giving the idea.

Jon.

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




More information about the thelist mailing list