Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Post
by eduardosic » Fri 18 Sep 2009 00:38
Dimon wrote:eduardosic wrote:1 - in Event OnBackupProgres, when the backup is started and the first table is processed the value for ObjectNum is 0, on the seconde table the value for ObjectNum is 1. I belive thas is icorrect, please fix this.
This behaviour is supported in the current MyDAC build. Please, describe in more details what behaviour you need.
eduardosic wrote:2 - MyDump is working very well, but you can create a option to generate a script with REPLACE INTO.... it's very usefull when needs to sincronize databases..
Thank you for your inquiry. We will investigate the possibility of adding this functionality in the near future. As soon as we solve this question we will let you know.
Hi Dimon, i send a e-mail to
[email protected]
i upgrade my licence to Mydac with source.. please.. include my changes in next mydac build.
thank's
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Fri 18 Sep 2009 07:11
Please send your changes to dmitryg*devart*com.
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Post
by eduardosic » Fri 18 Sep 2009 18:01
Dimon wrote:Please send your changes to dmitryg*devart*com.
Ok, i send it.
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Post
by eduardosic » Mon 21 Sep 2009 12:29
eduardosic wrote:Dimon wrote:Please send your changes to dmitryg*devart*com.
Ok, i send it.
hi dimon.. i send the changes to
[email protected]
you receive it?
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Mon 21 Sep 2009 13:54
Yes, I received it. We are investigating this information. As soon as we solve this question we will let you know.
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Post
by eduardosic » Mon 21 Sep 2009 13:58
Dimon wrote:Yes, I received it. We are investigating this information. As soon as we solve this question we will let you know.
Thank's i'm waiting..
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Tue 22 Sep 2009 12:39
We will add the InsertType property in TMyDump.Options in the next MyDAC build.
But we can't change the behaviour of the OnBackupProgress event, because it is standard behaviour for old MyDAC users. To solve the problem you can increment ObjectNum in the event handler.