Insert object serialized as xml into sql server 2005 xml column

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    #1

    Insert object serialized as xml into sql server 2005 xml column

    I got an object to serialize into an xml file. Now, instead of putting it
    into an xml file, I need it to go to and from an xml database column. How do
    you do this?



  • Marc Gravell

    #2
    Re: Insert object serialized as xml into sql server 2005 xml column

    Kinda; so if you are a DataSet fan, you should just be able to treat is
    as a string column on a table; at that point it makes very little
    difference that is is xml.

    Marc

    Comment

    Working...