MySQLDump Progress Bar

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
nuntio

MySQLDump Progress Bar

Post by nuntio » Thu 02 Feb 2006 23:38

Please could you show a sample of a Restore or Backup with a Progress Bar?

Thank you,
Nunzio

Serious

Post by Serious » Fri 03 Feb 2006 08:23

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.

nuntio2000
Posts: 19
Joined: Fri 19 Nov 2004 18:51
Location: South Italy

I don't found MySQLDump.Progress in the MySQLDump class

Post by nuntio2000 » Fri 03 Feb 2006 10:57

I don't found MySQLDump.Progress event in the MySQLDump class.
I have a licensed copy of MySQLDirect.NET 2.80

Thanks,
Nunzio

Serious

Post by Serious » Fri 03 Feb 2006 13:08

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.

Post Reply