How to convert rows of a database query to a XML file?

Posted by EASI on Stack Overflow See other posts from Stack Overflow or by EASI
Published on 2012-08-27T23:06:16Z Indexed on 2012/08/28 3:38 UTC
Read the original article Hit count: 156

Filed under:
|
|
|

I am developing a Delphi application that needs to pick up the rows from a period of work and convert them to a single XML file in order to upload to a 3rd party web-service.

Is there any component or library available to do that? If not, what is the best approach of code to build that DB2XML conversor?

I noticed that most XML questions are about how to convert it to another type of data.

Note: the database will be MySQL or Firebird.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about database