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 publisher site: Export Recordset Data to CSV Using ASPListing Details
- Filed in:
-
Scripts / ASP / Tutorials & Tips / Excel & ASP
- Submitted on:
- Last Updated:
- Jul 12, 2009
- Publisher:
- Salman Arshad Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
- Example can be freely revised and used on commercial/non commercial projects
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Export Recordset Data to CSV Using ASP