Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Re: downloading Access data


Message #1 by "Carlos Lamar" <lamar@s...> on Thu, 20 Jun 2002 13:56:04 -0700
Thanks a lot, Greg, this was very helpful!
---Carlos

____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *:   xxx.xxx.xxxx
> *:   xxx.xxx.xxxx   (FAX)
> *:  clamar@s...
> u http://www.snyder-newell.com/
>
>
>
> ----------
> From: 	Greg Griffiths[SMTP:greg.griffiths@g...]
> Reply To: 	ASP Web HowTo
> Sent: 	Thursday, June 20, 2002 1:09 PM
> To: 	ASP Web HowTo
> Subject: 	[asp_web_howto] Re: downloading Access data
>
> Run a query against the database using ASP and ADO and then use the
> File
> Scripting Object to produce a .csv file and then you can send that
> back, if
> it is a single table, Excel may be a better option for sending the
> data to
> the client - see
> http://www.greggriffiths.org/webdev/clientside/vbscript/excel/ for an
> example.
>
> At 09:58 20/06/02 -0700, you wrote:
> >Hello,
> >
> >I need to create a way for users to be able to download data from an
> >Access table (for a date range) into a comma-delimited file on their
> PC.
> >Any ideas on how I can accomplish this?  Thanks a lot!
> >
> >Regards,
> >---Carlos
> >
> >____________________________________________________
> >Carlos L. LaMar
> >Executive VP, IS & Management Development
> >snyder/newell, inc.
> > > *:   xxx.xxx.xxxx
> > > *:   xxx.xxx.xxxx   (FAX)
> > > *:  clamar@s...
> > > u http://www.snyder-newell.com/
> > >
> > >
> > >
> >
> >
> >---
> >
> >Improve your web design skills with these new books from Glasshaus.
> >
> >Usable Web Menus
> 
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogra
> mme
> >r-20
> >Constructing Accessible Web Sites
> 
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogra
> mme
> >r-20
> >Practical JavaScript for the Usable Web
> 
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogra
> mme
> >r-20
>
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> 
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogram
> me
> r-20
> Constructing Accessible Web Sites
> 
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogram
> me
> r-20
> Practical JavaScript for the Usable Web
> 
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogram
> me
> r-20
>
Message #2 by Greg Griffiths <greg.griffiths@g...> on Thu, 20 Jun 2002 21:09:18 +0100
Run a query against the database using ASP and ADO and then use the File 
Scripting Object to produce a .csv file and then you can send that back, if 
it is a single table, Excel may be a better option for sending the data to 
the client - see 
http://www.greggriffiths.org/webdev/clientside/vbscript/excel/ for an example.

At 09:58 20/06/02 -0700, you wrote:
>Hello,
>
>I need to create a way for users to be able to download data from an
>Access table (for a date range) into a comma-delimited file on their PC.
>Any ideas on how I can accomplish this?  Thanks a lot!
>
>Regards,
>---Carlos
>
>____________________________________________________
>Carlos L. LaMar
>Executive VP, IS & Management Development
>snyder/newell, inc.
> > *:   xxx.xxx.xxxx
> > *:   xxx.xxx.xxxx   (FAX)
> > *:  clamar@s...
> > u http://www.snyder-newell.com/
> >
> >
> >
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20


Message #3 by "Carlos Lamar" <lamar@s...> on Thu, 20 Jun 2002 09:58:27 -0700
Hello,

I need to create a way for users to be able to download data from an
Access table (for a date range) into a comma-delimited file on their PC.
Any ideas on how I can accomplish this?  Thanks a lot!

Regards,
---Carlos

____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *:   xxx.xxx.xxxx
> *:   xxx.xxx.xxxx   (FAX)
> *:  clamar@s...
> u http://www.snyder-newell.com/
>
>
>

  Return to Index