Import XML to SQL server problem# Database - 数据库
r*o
1 楼
I kind of get a werid problem with import XML into SQL server database.
I have a XML file of an Apartment data. I need to import this file into SQL
server Database.
The xml file looks like the following:
LINCOLN PROPERTY COMPANY
799
8203 Southwestern Blvd.
Dallas
TX
I use ADO.Net to read the XML data into Dataset, then
I have a XML file of an Apartment data. I need to import this file into SQL
server Database.
The xml file looks like the following:
I use ADO.Net to read the XML data into Dataset, then