I posted this over a year ago in the dbutils thread and thought it would be better posted here
New DbUtils Feature
Export SQLite tables to xml
Required xmlBuilder Library http://www.b4x.com/android/forum/attachments/xmlbuilder-zip.11015/
ExportTableToXml - Export the contents of a table to a single xml file
ExportTableToXmlString - Usefull for posting the entire contents of a table to a remote server for parsing / web services
ExportDbToXml - Exports every table in the database to a single xml file usefull for backing up your database
More instructions and examples are provided within the attachment look at the procedure exporttoxml in the main activity
These functions work as intended but if anyone has enhancements or suggested changes please feel free to let me know.
New DbUtils Feature
Export SQLite tables to xml
Required xmlBuilder Library http://www.b4x.com/android/forum/attachments/xmlbuilder-zip.11015/
ExportTableToXml - Export the contents of a table to a single xml file
ExportTableToXmlString - Usefull for posting the entire contents of a table to a remote server for parsing / web services
ExportDbToXml - Exports every table in the database to a single xml file usefull for backing up your database
More instructions and examples are provided within the attachment look at the procedure exporttoxml in the main activity
These functions work as intended but if anyone has enhancements or suggested changes please feel free to let me know.