MyBackup Message

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

MyBackup Message

Post by cybsistemas » Thu 16 Oct 2008 14:57

when execute

MyBackup1.Mode := bmBinary;
MyBackup1.Backup;

The final message can be eliminated ?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 17 Oct 2008 10:53

Please specify what message do you mean.

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Post by cybsistemas » Fri 17 Oct 2008 11:08

Challenger wrote:Please specify what message do you mean.
Put a big showmessage with the names of all the tables
when finalizing backup

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 17 Oct 2008 11:31

If you ment the error message, you can catch it using try ... excpet block.

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Post by cybsistemas » Fri 17 Oct 2008 17:19

What I want is that you not put message

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 20 Oct 2008 11:05

Please explain your suggestion more detailed. TMyBackup raises EDatabaseException with the message that consists of failure table names. Do you think this behavior is incorrect ?

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Post by cybsistemas » Mon 20 Oct 2008 11:45

I refer to that message

Image

As I do in order that you not show it ?

"A lot of work is difficult to to me explain things in English"

Post Reply