XML to SQL in Orcas Beta 2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lausivcid@yahoo.com

    #1

    XML to SQL in Orcas Beta 2

    Hi,

    What is the best way to write XmlNodeType.Ele ment Text into an SQL
    table with identical column names?

    Thanks,
    lausivcid

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: XML to SQL in Orcas Beta 2

    Well, you can just get the xml text using the OuterXml property on the
    XmlNode and then place that in the column using a standard insert/update
    command.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    <lausivcid@yaho o.comwrote in message
    news:3ug4h3hrk9 82b1q89errtqoua 3o54hv9ag@4ax.c om...
    Hi,
    >
    What is the best way to write XmlNodeType.Ele ment Text into an SQL
    table with identical column names?
    >
    Thanks,
    lausivcid
    >

    Comment

    Working...