Re: XML ODBC Driver?
- From: Arthur Hoornweg <antispam.hoornweg@xxxxxxxxxxxxx>
- Date: Thu, 02 Nov 2006 19:32:18 +0100
Tom wrote:
<RecordSet>
<Record>
<FieldName>Data Contained</FieldName>
</Record>
<Record>
<FieldName>Data Contained</FieldName>
</Record>
</RecordSet>
ADO will do this out of the box with any OleDB provider, including
the OleDb provider for ODBC.
Configure the ADO connection for a client-side cursor, execute the SQL
and save the resulting recordset by executing recordset.savetofile ('filename.xml')
You can then load the xml file from disk into an Ado recordset in
your Delphi application.
--
Arthur Hoornweg
(In order to reply per e-mail, please just remove the ".net"
from my e-mail address. Leave the rest of the address intact
including the "antispam" part. I had to take this measure to
counteract unsollicited mail.)
.
- Follow-Ups:
- Re: XML ODBC Driver?
- From: Tom
- Re: XML ODBC Driver?
- References:
- XML ODBC Driver?
- From: Tom
- XML ODBC Driver?
- Prev by Date: Re: About .NET strategy
- Next by Date: Re: About .NET strategy
- Previous by thread: Re: XML ODBC Driver?
- Next by thread: Re: XML ODBC Driver?
- Index(es):
Relevant Pages
|
|