How can we convert XML data into DataBase table IN .Net?
Answer Posted / lince
Dim xmlreadFile As XmlReader
Dim ds As New DataSet
Dim dt As New DataTable
xmlreadFile = XmlReader.Create("product2.xml", New XmlReaderSettings)
ds.ReadXml(xmlreadFile)
dt = ds.Tables(0)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the compilation process for .net code?
How to create properties and methods using controls?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What does .net stand for?
How do you instantiate a complex number?
How do you generate a strong name?
What does stateless mean?
How to create a key pair in .net?
What is the concept of inheritance in .net?
How anonymous method is different from a lambda expression?
Different levels of priority provided by .net.
Tell us what is json data, and what is one way that .net developers can work with json?
What is .net environment?
What are the differences between com architecture and.net architecture?
Different between .net & j2ee ?