IAM CSVDump - Export SQL Queries to CSV
This class takes the results of a SQL query and outputs in the CSV (comma separated values) format in only 2 lines of code. This comes very handy when exporting data since CSV is a format that can be readily read by Excel and many other applications. You can even use it for Word’s Mail Merge! The class offers the choice of sending the output to the browser or downloading it as a file. The name and extension of the dump file are defined by the developer.
Visit publisher site: IAM CSVDump - Export SQL Queries to CSVListing Details
- Version:
- 1.1.0
- Filed in:
-
Scripts / PHP / Scripts & Programs / Database Tools
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- MT-Soft Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
The easiest way to get rid of this limitation is to put your data in csv file.There are no limitation on how many records you want to put into it. Using SQL Query Analyzer, you can export your result set to textfile but not to csv file.