xml output oledb
Hello, a very good day to you!
I'm having a problem i'm not able to solve:
I would like a sqlstatement to output in xml format.
the following statement works fine in TOAD:
SELECT XMLELEMENT(\"ROW\", XMLATTRIBUTES(JOBID, JOBDESCR)) HENK FROM ISH.JOB.
But when i offer it to the oracle OLEDB provider i get the cryptic message:
ROW-00004: Invalid column datatype.
Can somebody help me please.
Much obliged.
Henk Spaan