|
-
August 24th, 2004, 03:26 AM
#1
Export data to text file
Does anyone knows how to export data from SQL to a text file and excel?
I really need you help badly.
Thanks!!!
Kristine
-
August 24th, 2004, 08:56 AM
#2
If you use Crystal Report, I will be very easy to export to Excel files...
If I am on the wrong way, Please give me an outspoken criticism.
Fortune favours the bold.
-
August 24th, 2004, 06:20 PM
#3
Re: Export data to text file
When you say "from SQL " do you mean from an SQL server database or from a .Net DataSet that you have populated from an SQL command?
For the first case, I think SQL server DTS export task has options of exporting tables to both excel and text formats.
For the second case, you can save the dataset as an XML file by using GetXML() on the DataSet and doing whatever you want on the resulting XML file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|