المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Read xml file which has multiple tables



C# Programming
04-14-2009, 04:52 PM
xml file has multiple tables.

I want to read them in and store in a data set... like table[0],table[1]...

DataSet ds = new DataSet();
ds.ReadXml("C:\\xmlfile.xml");

But did not really work

Please advice