How to convert XML file to a Database?

前端 未结 5 1094
太阳男子
太阳男子 2021-02-11 04:06

I recently downloaded the SO Data Dump and was wondering how I could convert it from XML to a DB that I could use in my .NET applications.

5条回答
  •  逝去的感伤
    2021-02-11 04:42

    you can convert it to DataSet using DataSet.ReadXml Method and that insert datatables to database

提交回复
热议问题