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
Javascript for form
migrating sbs2003 to a new sbs2008
exchange, VPN, why and what impact...
PHP time diffrence and if statement
What Rollup version is currently installed on Exchnage 2007
BSOD Minidump analysis stop code 19 and BAD_POOL_HEADER
Exchange 2010 GAL not Updating
Comparing records of more than two excel documents
Using more memory on x64 VM's
How to reset or change Windows server 2008 System Recovery password.