Avatar of cimscims
cimscims

asked on 

Read and Write XML Content into SQL Server

I have an XML file 'D:/Message.XML' with contents as follows

<MessageList>
   <Message>
       <Description>Test for Message</Description>
       <User>ABC123</User>
   </Message>
</MessageList>

I have a SQL table 'tblMessages' with
- Id (Identity column)
- Description nvarchar(max)
- User nchar(10)

I have a c# class file which has a function (InsertXMLContent()). I would like to read the XML file and write the content into the SQL table.

Thanks in advance.
C#Microsoft SQL Server 2008ASP.NET

Avatar of undefined
Last Comment
VBdotnet2005
ASKER CERTIFIED SOLUTION
Avatar of guru_sami
guru_sami
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Monica P
Monica P
Flag of India image

Hi

Read the XML Data and pass it into the SQL ..

Read XML Data :http://www.dotnetperls.com/xmlreader-vbnet

http://www.simplevb.net/content/read-data-from-an-xml-file-in-vbnet-ID42.aspx

Read XML data and save it in the varaible.

After .,making use of the Insert statement to enter the saved  values in to Database
Avatar of VBdotnet2005
VBdotnet2005
Flag of United States of America image

thank you
ASP.NET
ASP.NET

The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications

128K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo