Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
cez
Starting Member
37 Posts |
Posted - 2003-01-23 : 06:21:20
|
| Hi I need to write a simple application that imports data in SQL Server from a XML. I have to pass table name, fields mapping and XML string and this applicatio will handler the rest.Can you help ? Do you know if something simillar, open-source already exists ? Thanks |
|
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2003-01-23 : 06:31:04
|
| Have you looked at OPENXML in BOL? Don't know if it can do what you want, and it's not open source, but you could give it a shot. |
 |
|
|
|
|
|