Re: [DOTNET] DataSet to .csv file

2002-04-22 Thread Alex Henderson
, 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 PROT

Re: [DOTNET] DataSet to .csv file

2002-04-22 Thread Matt Milner
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

[DOTNET] DataSet to .csv file

2002-04-22 Thread Nischal Chitta
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 Ni