ADO - XML file

From: crystal (xspam_at_xspam.com)
Date: 03/27/04


Date: Sat, 27 Mar 2004 02:04:53 +0200

ADO table's XML output is so complicated. Is there any way to generate more
simple output ?

like this :

<customer>
  <id>23</id>
  <name>John</name>
  <country>USA</country>
</customer>
<customer>
  <id>24</id>
  <name>Marry</name>
  <country>England</country>
</customer>

This is a real problem for me, because i'm sending generated XML file to CGI
and i'm parsing it in there. And sometimes i need to load ADOTable with
simple XML file like this. But when i try to load it from my that kinds of
simple XML file, it says that incorrect format :( What you suggest me to do
?



Relevant Pages

  • Re: Multiple Transactions per letter
    ... merge, and a DATABASE field to list the transactions for that customer, e.g. ... XML data. ... and construct the transaction list for each ...
    (microsoft.public.word.mailmerge.fields)
  • Re: Application design
    ... data to a database that won't have any effect on my generic data handler. ... The way I am thinking is to create a new class that is customer specific, ... The email handler will then push the attached files to a web service. ... One of the files coming in is an XML file. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Need help converting a multi entity flat file into XML
    ... I guess I forgot to mention that the attributes are position based I.e. first 20 chars= customer first name 21st= middle initial 22-42= last name etc... ... "Martin Honnen" wrote in message ... Customer billing information ... I have come across examples of flat file to xml conversions where the entire record is fixed length. ...
    (microsoft.public.dotnet.xml)
  • Re: Application design
    ... The email handler will then push the attached files to a web service. ... One of the files coming in is an XML file. ... database and nothing about the XML. ... a hook of some sort into a 'customer specific' function. ...
    (microsoft.public.dotnet.languages.csharp)
  • Application design
    ... The email handler will then push the attached files to a web service. ... One of the files coming in is an XML file. ... The webservice knows nothing about the database and nothing ... The customer specific function will be ...
    (microsoft.public.dotnet.languages.csharp)