, 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
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
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