Closed korzh closed 2 years ago
@korzh how can we do data export? The option to back up the database and upload it would be nice.
You can use one of EasyQuery samples for WinForms to reproduce this error.
@Alerinos to backup database and upload back you can use our library Korzh.DbUtils For exporting data into a different format, this feature is in progress and will be available soon
Should be good now 8beb61ba7e63d493d894fba0e26663897dcf7ebf
If we use our EasyData.Exporters.Default package to make export of a dataset in Windows Forms or WPF application, the program freezes on
CsvDataExporter.Export()
call.The problem still remains in version 1.4.5-rc01 which includes the commit 50ff7a which was supposed to resolve the problem.