vanAtteveldt
Programmer
According to the documentation, instead of stating
it should be possible to use a template such as:
<root><sql:query xmlns:sql="urn:schemas-microsoft-com: xml-sql">SELECT * FROM Table1 FOR XML AUTO</sql:query></root>
Storing this as template.xml and then running the template using causes my browser (IE5) to output the xml rather than pass the query to SQL server.
Any help greatly appreciated,
Wouter van Atteveldt
it should be possible to use a template such as:
<root><sql:query xmlns:sql="urn:schemas-microsoft-com: xml-sql">SELECT * FROM Table1 FOR XML AUTO</sql:query></root>
Storing this as template.xml and then running the template using causes my browser (IE5) to output the xml rather than pass the query to SQL server.
Any help greatly appreciated,
Wouter van Atteveldt