How to export data from QSql classes to XML format ?
Query your data from your table and write it to an XML file using QDomDocument or QXmlStreamWriter.
behrouz (29th June 2010)
Originally Posted by Lykurg 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.
View Tag Cloud
Forum Rules
Bookmarks