I am returning Xml from an oracle stored procedure using the Oracle managed provider, using a ref cursor to fill a dataset.
The Xml is stored as a varchar on the database, but when I retrieve it, all newline tab and double quote characters have been escaped. e.g.
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<regstudio>\n\t
It looks fine when running the stored proc in Sql+.