how to fetch sql/xml via php
Hello,
I'm trying to figure out how to fetch the results of oracle sql to xml query.
here is my query
1 select XMLElement("tree",
2 XMLAttributes(emp_id, emp_name, emp_dept)) as result
3* from emp
PHP
connect to datbase
parse query
fetch
Warning: ocifetch(): OCIFetch: ORA-00932: inconsistent datatypes