Petr

Petr

  • NA
  • 10
  • 0

File format for data export/import

Aug 10 2008 2:54 PM

My WinForms application runs with an SQLite database and I am very satisfied with it. Now I need to add export/import feature to my application, so I need also data format for these export files.

First I thought that XML or just some binary format could work, but then I realized that I could use directly some small SQLite database file. The export database file could contain only a single table with export data, or it could even be a part of the main database with the same format.

Do you recommend to use directly a database file for exporting/importing of data? It would be probably easier for me to work with SQLite format, compared to another format. Users will not need to edit the export files in any way, and the data will be always imported only back to my application, possibly located on another machine.

Thanks,
Petr