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

Kevin krr at ix.netcom.com
Fri Aug 3 22:17:00 CDT 2001


I appreciate the insight.

Sounds familiar to something that I read about a while ago
I'll give it a try as soon as I get a chance.

Thank You
Kevin


Message: 26
Subject: RE: [thelist] MS ACCESS - Bypass limit on memo field >> outputing
to a text file auto...
charset="iso-8859-1"
Date: Fri, 3 Aug 2001 09:02:14 -0400
From: "Tab Alleman" <Tab.Alleman at RealMetros.com>
To: <thelist at lists.evolt.org>
Reply-To: thelist at lists.evolt.org

Well, I'm an ASP dude, but I'm sure Cold Fusion must have a similar
means of doing this.. still, I'll not to be language-specific.

First, access your file system object and call its CreateFile method
(Make sure you've set write-permissions for the folder you'll be writing
the file to).  Then use the write or writeln method to pass the
user-input to it.  You already know the name and path of the file you
created, so then store that in a database entry along with the other
user-data.

That's it.. it's pretty simple once you know how.  But then, isn't
everything?








More information about the thelist mailing list