hi all,
I have a xml url ,hit this url open data in xml format now save this data into sqlserver table how please Help for this question.
Thanks
Rajveer Singh
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anil KumarPosted Feb 25, 2015, 4:47 AM
OR
use "http://www.beansoftware.com/ASP.NET-FAQ/Read-Page-HTML.aspx" to simply get the source of the file and save it in sql..
Rajveer singhPosted Feb 25, 2015, 5:38 AM
Rajveer singhPosted Feb 25, 2015, 3:48 AM
and hit this url open data xml formate:-
Anil KumarPosted Feb 25, 2015, 3:30 AM
Rajveer singhPosted Feb 24, 2015, 10:59 PM
Thanks
Rajveer Singh
Anil KumarPosted Feb 24, 2015, 1:50 PM
Example :
CREATE TABLE XmlTest(
Rest process in your c# code is same as you save data for other data formats
Please mark this solution as accepted if it solves the purpose