Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy from recordset to client excel application 1

Status
Not open for further replies.

GHOST24

Programmer
Jul 7, 2005
22
GB
I have an application that stroes all its information into a sql database as it goes along.
I want to be able to export the data from the table to the client excel application. IN vb i would export in using the copyfromrecordset but i dont know how to launch the client excel apllication and get the data into it or if its posible.
 
Change the Response.ContentType to "application/vnd.ms-excel" and read the results out to the page.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
however the data should be in CSV format...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top