PDA

View Full Version : How to export data from QSql classes to XML format



behrouz
28th June 2010, 13:06
How to export data from QSql classes to XML format ? :confused:

Lykurg
28th June 2010, 14:49
Query your data from your table and write it to an XML file using QDomDocument or QXmlStreamWriter.

behrouz
29th June 2010, 16:04
Query your data from your table and write it to an XML file using QDomDocument or QXmlStreamWriter.

thanks , But I mean, Is there a method for this purpose in QtSql ? Because in .NET, DataSets have some method to read and write data from XML. :o