Microsoft
Software
Hardware
Network
Question : loading xml data from DB
I have a column in a DB called
XML_room_design (nvarchar(max))
I need to do a select from the code and assign it to this piece of code
XDocument xDoc = XDocument.Load(pathToYourX
ml);
But i'm unsure how to do this
Can someone provide the code to fill in the gap please
thanks
Answer : loading xml data from DB
I think this was from the post I had before, sorry, I should have elaborated more. You can just use XDocument.Parse() to parse a string in.
http://msdn.microsoft.com/
en-us/libr
ary/bb3455
32.aspx
1:
XDocument xDoc = XDocument.Parse(yourObject.XML_room_design);
Random Solutions
How do I know what the Ram Capacity is on my PC if I have 4 slots but have 2gig sticks currently per slot
JQuery: "$" what does it mean in JQuery
raid 1+0 with 2 drives
outlook logon help
VBS Code Assistance
word 2007 page numbers
Developing for W2K3 - Missing MSCVP100.DLL & MSVCR100.DLL
A comment triggers image display in IE6
SBS 2008 Send eMail Settings ??
exchange 2003 forward mail to Gmail