.net - tide dataset (of xml data) zip file?
i have dataset consisting xml data, i simply cost file:
dataset ds = new dataset();
datatable dt = new datatable();
ds.tables.add(dt);
ds.load(reader, loadoption.preservechanges, ds.tables[0]);
ds.writexml("c:\\test.xml");
however i wish restrict xml zip form dense record following only save record hoop while bursting zip record 1mb chunks. i unequivocally wish save uncompressed file, following zip it, following separate it.
what i'm looking personally is:
- a suitable concentration library i tide xml have zip file(s) saved disk
- some illustration c# formula arrangement me this.
Comments
Post a Comment