Is there a MySQL alternative for the MSSQL XML datatype?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bipinskulkarni
    New Member
    • Dec 2007
    • 15

    Is there a MySQL alternative for the MSSQL XML datatype?

    Is there any datatype in MYSQL which replaces XML Datatype?
    XML datatype i used in stored procedure for bulk input.
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    MySQL 5.0 and 5.1 do not support such a feature.
    See this blog for more details on XML support in these versions.

    MySQL 6, however, will provide a LOAD XML statement, which allows you to insert rows based on the data in a XML file.

    Comment

    Working...