How can we convert XML data into DataBase table IN .Net?
Answer Posted / om namo bagavathe vasudevaya n
DataSet ds=new DataSet();
ds.ReadXml(Server.MapPath("XMLFILENAME.xml"));
DataTable tb=new DataTable(ds.Tables(0));
this tb(object) is Datatable contain XmlFileData.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is an anonymous method?
Is there built-in support for logging?
What is the purpose of IClonable interface in .NET?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
Tell us the difference between managed and unmanaged code?
Will it go to finally block if there is no exception happened?
Can I write my own .net host?
What is difference between static page and dynamic page?
Do you know what is the difference between an abstract class and an interface?
What is the advantage of .net?
Explain what does managed mean in the .net context?
How to customize the trace output?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
what is machine key error in .NET how can we solve it?