How to convert rows of a database query to a XML file?
- by EASI
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.