ASP - MS Access to CSV file

I am looking for a way to create an ASP or php page that will allow me
to develop a webpage for a user in the plant that allows a user to
execute a button such as "Export CSV" which will then, in turn,
export the contents of an access database to a file ON the webserver.

Everything i found brings the CSV file to the client. I want the users
to click and be done. No other action should need to be taken.

I am by no means an ASP guru, but I get my feet wet here and there.

Thanks!
getzjd [ Fr, 19 Januar 2007 22:24 ] [ ID #1601623 ]

Re: ASP - MS Access to CSV file

<getzjd [at] yahoo.com> wrote in message
news:1169241855.303786.127350 [at] 11g2000cwr.googlegroups.com...
>I am looking for a way to create an ASP or php page that will allow me
> to develop a webpage for a user in the plant that allows a user to
> execute a button such as "Export CSV" which will then, in turn,
> export the contents of an access database to a file ON the webserver.
>
> Everything i found brings the CSV file to the client. I want the users
> to click and be done. No other action should need to be taken.
>
> I am by no means an ASP guru, but I get my feet wet here and there.
>

If you want to use ASP, have a look at the Scripting.FileSystemObject for
creating files. There's loads of easy to follow tutorials about:
http://www.brainjar.com/asp/fileops/ is one such.

I can't help with PHP. It's years since I looked at that.

--
Mike Brind
Mike Brind [ Fr, 19 Januar 2007 22:50 ] [ ID #1601625 ]
Webserver » microsoft.public.inetserver.asp.db » ASP - MS Access to CSV file

Vorheriges Thema: I'm phuxored (complete ASP n00b) - Multiple checkboxes on a form?
Nächstes Thema: Too few parameters. Expected 1.