PDA

View Full Version : Generate Xml file from SQL server



sam123
8th June 2016, 15:26
Hello,

I have created database and managing it with GUI. Now after adding all data in database I have to generate XML file of all the data from database.

Is it possible to create XML file using SQL queries in QT?

what should be the best way to generate xml from SQL in qt?

Looking for your guidance...

Thanks in Advanced....

anda_skoa
8th June 2016, 19:42
Some SQL servers can generate XML dumps of their data or XML exports of queries, maybe the one you are using can do that too?

Cheers,
_