-
Notifications
You must be signed in to change notification settings - Fork 41
Event import, export (backup)
Lukáš Paukert edited this page Feb 23, 2020
·
3 revisions
- Single file events (.qbe extension) are SQLite files. They can be used for backup purposes.
- SQL events can be exported to *.qbe file.
- qbe file can be imported as SQL event
- single file - copy qbe file
- SQL server - File/Export/Event (*.qbe), export event to qbe file
- single file - open qbe file
- SQL server - File/Import/Event (*.qbe), import qbe file when connected to SQL server. Currently opened event is not rewritten by imported data, the new event is created and opened after successful import.