Subject RE: [IBO] IB_Query.AsXML
Author Jason Wharton
This isn't a reliable XML output and I suggest you use something more
commercially viable like TClientDataset.
I put it there for quick and dirty simple applications where you know for
sure certain factors won't corrupt the result set.

Jason Wharton

> -----Original Message-----
> From: Rick Roen [mailto:rick@...]
> Sent: Tuesday, January 18, 2005 6:38 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] IB_Query.AsXML
>
> How do I use the AsXML property of a TIB_Query?
>
> I can get the value and save it to a file, however it cannot be
> opened by Excel or Word.
>
> I know practically nothing about XML, but it seems that I need to
> have the header information in addition to the column values that
> the AsXML supplies.
>
> TIA
>
> Rick