Page 1 of 1

XML ADO output

Posted: Sun Feb 18, 2001 1:10 pm
by gazim
I was trying to create an XML ado recordset.
<SQL OUTPUT=xml:ado $mysqlstring>
</SQL>

I got the following error:

Syntax error: <SQL [SKIP=n|$var] [MAX=n|$var] [NOVARS|ROW] stmt [...]>

Does the syntax look right? Do i need to install a new version of Texis to be able to use OUTPUT param?

XML ADO output

Posted: Sun Feb 18, 2001 3:02 pm
by John
Yes. From the docs you need at least version 3.01.974700000 which is from Nov. 20 2000. In general you will want to use NOVARS as well if you have no other need for the data.