ADO - XML file
From: crystal (xspam_at_xspam.com)
Date: 03/27/04
- Next message: Brian Bushay TeamB: "Re: Server Cursor with Joined Tables"
- Previous message: hanko panko: "Debugger incompatible with Windows XP SP2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
?
- Next message: Brian Bushay TeamB: "Re: Server Cursor with Joined Tables"
- Previous message: hanko panko: "Debugger incompatible with Windows XP SP2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|