Post form data to CSV file using ASP?

Post form data to CSV file using ASP?

am 01.02.2008 18:25:38 von Techhead

Does anybody have the syntax to post form data to a CSV file? On
submit, my form page will post to another asp page that will actually
handle the data being dumped to a CSV file. I just can't seem to find
the correct ASP syntax for this.

Re: Post form data to CSV file using ASP?

am 01.02.2008 18:50:15 von reb01501

Techhead wrote:
> Does anybody have the syntax to post form data to a CSV file? On
> submit, my form page will post to another asp page that will actually
> handle the data being dumped to a CSV file. I just can't seem to find
> the correct ASP syntax for this.

Start here:
http://classicasp.aspfaq.com/files/directories-fso/could-i-g et-some-help-working-with-files-using-filesystemobject.html

By the time you finish reading this series of articles, you should have
what you need to know.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Re: Post form data to CSV file using ASP?

am 01.02.2008 18:54:37 von Jon Paal

this might help

http://forums.aspfree.com/asp-development-5/export-to-csv-55 780.html?p=173012#post173012



"Techhead" wrote in message news:13610502-315a-466b-ab97-4cfe2c5004b1@u10g2000prn.google groups.com...
> Does anybody have the syntax to post form data to a CSV file? On
> submit, my form page will post to another asp page that will actually
> handle the data being dumped to a CSV file. I just can't seem to find
> the correct ASP syntax for this.
>
>
>