Answered by:
Reading and inserting a Xml file in sqlserver.

Question
-
Hi All,
.I want to read a xml file by the sql server which send from asp.net and passed data should be inserted in a Table which presents in SqlServer.
Example:
asp.net generating the xml file called - XmltblCart
Sqlserver reads the XmltblCart and insert into a table called tblCart in sqlserver.
I want to know,how i have to start?
Any introduction sites or articles?
Best Regards,
mathan
Saturday, May 31, 2008 11:43 AM
Answers
-
Mathan,
You can find some examples @ http://msdn.microsoft.com/en-us/library/ms971534.aspx.
Regards,
Galex
- Marked as answer by Jacob Sebastian Saturday, January 24, 2009 2:54 PM
Monday, June 2, 2008 6:12 PM -
how do you pass the information from ASP.NET application to sqlserver? Are you passing it as an XML parameter? What kind of information do you exchange? I have presented an example of a sales order here: http://jacobsebastian.blogspot.com/2007/04/sales-order-workshop-articles-at.html
- Edited by Jacob Sebastian Sunday, January 18, 2009 9:34 AM
- Marked as answer by Jacob Sebastian Saturday, January 24, 2009 2:54 PM
Wednesday, June 11, 2008 12:24 PM
All replies
-
Mathan,
You can find some examples @ http://msdn.microsoft.com/en-us/library/ms971534.aspx.
Regards,
Galex
- Marked as answer by Jacob Sebastian Saturday, January 24, 2009 2:54 PM
Monday, June 2, 2008 6:12 PM -
how do you pass the information from ASP.NET application to sqlserver? Are you passing it as an XML parameter? What kind of information do you exchange? I have presented an example of a sales order here: http://jacobsebastian.blogspot.com/2007/04/sales-order-workshop-articles-at.html
- Edited by Jacob Sebastian Sunday, January 18, 2009 9:34 AM
- Marked as answer by Jacob Sebastian Saturday, January 24, 2009 2:54 PM
Wednesday, June 11, 2008 12:24 PM -
Welcome back, Jacob; I've missed you.
Thursday, June 12, 2008 2:20 AM -
Thursday, June 12, 2008 2:43 AM