Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what is the keyword used for self reference?

2453


What is an exe and a dll?

1253


what is dotnet architecture? can anyone explain that.

4486


When we go for html server controls and when we go for web server controls?

1207


What is the difference between .net and laravel?

1072


Write the .net syntax for 'while loop'?

1112


Explain what do the terms “boxing” and “unboxing” mean?

1061


Please explain when should you use .net web forms over asp.net mvc?

1055


What is connected and diconnected database ?

1104


What is a metadata in .net?

1155


what is machine key error in .NET how can we solve it?

2640


Explain how to spawn a thread?

1022


Why do we use msmq?

1055


What is assemblies in .net?

1168


What is lazy initialization?

1123