How can we convert XML Data to DataBase Table in C#.Net?
Answer Posted / babar shaik
using System.XML;
We can fill the Dataset using
Ds.ReadXML();
Then Update the Data into Database.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Where do I put dll files?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is the data provider name to connect to access database?
What is tryparse?
What is difference between continue and break in c#?
What is get set in c#?
Is inheritance possible in c sharp?
Explain data types in c#?
What is hashtable c#?
can multiple catch blocks be executed for a single try statement?
What are the types of comment in c# with examples?
What are the three types of operators?
How many keyword present in C# language ?
What is the difference between console and windows application?
Can hashtable have duplicate keys in c#?