Saving Dataset into flat files
hi,
i want to save the data in dataset into a flat file,at once.....without reading every column and row of the tables present in the dataset.
Anybody please help...this is somewhat urgent
Thanks,
karthik
# 1 Re: Saving Dataset into flat files
why flat file when datasets are intrinsically tied to xml. It would be very easy to write a method that would output this dataset to an xml file. This makes subsequent retrieval and rebuilding of the dataset much easier.
# 4 Re: Saving Dataset into flat files
Actually the requirement is we are collecting all the data base (sql,db2..) tables into flat files.