Page 1 of 1
MySQLDump Progress Bar
Posted: Thu 02 Feb 2006 23:38
by nuntio
Please could you show a sample of a Restore or Backup with a Progress Bar?
Thank you,
Nunzio
Posted: Fri 03 Feb 2006 08:23
by Serious
MySqlDump component has Progress event which allows you to track dump operations progress. Use this event as usual .NET event. For additional information please refer to MySqlDump.Progress event documentation and to .NET Programming concepts.
I don't found MySQLDump.Progress in the MySQLDump class
Posted: Fri 03 Feb 2006 10:57
by nuntio2000
I don't found MySQLDump.Progress event in the MySQLDump class.
I have a licensed copy of MySQLDirect.NET 2.80
Thanks,
Nunzio
Posted: Fri 03 Feb 2006 13:08
by Serious
This event was added in MySQLDirect .NET 3.0. There is no way to track dump restore/backup progress in the previous versions of data provider.