XML ADO output

Post Reply
gazim
Posts: 66
Joined: Sun Feb 18, 2001 1:01 pm

XML ADO output

Post 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?
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

XML ADO output

Post 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.
John Turnbull
Thunderstone Software
Post Reply