Hello
I have been working on the project of XML file generation. I have developed GUI using QT4 framework to enter, modify and delete data in SQL database (using tables). I am using Sql Query model for fetching data. After entering data in my database using GUI, I must create XML file of the same data.
I have confused with two way to generate xml files.
1. Shall I create query to generate XML file in SQL database and execute in QT using QSqlQuery?
2. Shall I derect use XML class in QT to generate XML file (make sure the data I have to use from database)?
which option would be easier in this case or if you can suggest me better option.
Looking for your best advice.
Thanks in advance....


Reply With Quote


Bookmarks