Click here to Skip to main content
15,904,638 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are migrating Stored Procedure from MS SQL Server to mysql.
We ran into problems with sp_xml_preparedocument.

If anyone have suggestion, please do not hesitate
Posted
Updated 31-Dec-12 10:10am
v2

1 solution

MySQL has the following functions to work on Xml[^]. try looking at them.
SQL
ExtractValue()  Extracts a value from an XML string using XPath notation
UpdateXML() Return replaced XML fragment
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900