Export Recordset Data to CSV Using ASP

This simple ASP/VBScript code sample shows how you can export data from a database table to a CSV file without using any components or database drivers. The script accesses the table through an ADODB Recordset object, converts the values into the CSV format and sends the data to the browser along with appropriate response headers. This code should be saved as an ASP script on a webserver. You should see an "Open/Save As..." dialog when you access the script through a web browser.

 
Visit Site:
Export Recordset Data to CSV Using ASP
Filed in:
ASP / Tutorials & Tips / Excel & ASP
Platforms:
Microsoft WindowsMicrosoft IIS 
Databases:
Microsoft SQL ServerMicrosoft Access 
Date Added:
Jul 10, 2009 
Last Updated:
Jul 12, 2009 

License and Pricing Information

Freeware

Example can be freely revised and used on commercial/non commercial projects

Price: $0.00 USD

Publisher site visits: 105
Average rating: 0.00
Total ratings: 0

Be the first to review this listing!

Share this Listing