That said the code to export to CSV by hand is all of about 15 lines and
will probably win performance wise. Bit the bullet and write it :)

- Alex Henderson
- Real Developments
- [EMAIL PROTECTED]

-----Original Message-----
From: Matt Milner [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 10:28 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] DataSet to .csv file

You could use an XSL stylesheet and run a transform on the xml of the
dataset.  I've done this with recordsets and it worked pretty well.

HTH,
Matt

-----Original Message-----
From: Nischal Chitta
To: [EMAIL PROTECTED]
Sent: 4/22/02 2:02 PM
Subject: [DOTNET] DataSet to .csv file

Hi All

Can someone point me to a resource and guide me in getting me my ADO.NET
dataset into a .csv file. Is there any direct method where I could get
my
data in my dataset into a .csv file or should I loop thru the dataset's
and
post the data into the .csv file.

Any help appreciated.

Thanks
Nischal

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to