TMyDump with Tinyint(1)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ioda
Posts: 12
Joined: Fri 08 Feb 2008 15:11

TMyDump with Tinyint(1)

Post by ioda » Tue 13 Oct 2009 19:18

Hi,

I use MySQL with MyDac component and all work perfectly 8) and this is the best alternative to BDE. But recently I integrate TMyDump in my software to create database backup. I determined there have an error with TinyInt(1) Field :? . In my database, I use this field type for Integer not for Boolean :wink:. When I Execute backup with TMyDump, the value in this field is converted to Boolean value (0, 1) and because this, my database backup is corrupted :?.

On your component TMyQuery you have a property to resolve this problem (EnableBoolean). I think you need to add this functionnality on TMyDump.

I hope you will integrate this on the futur version of MyDac or if you have other suggestion to resolve this problem please say to me.

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 26 Oct 2009 09:33

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 27 Oct 2009 15:05

We have fixed this problem. This fix will be included in the next MyDAC build.

ioda
Posts: 12
Joined: Fri 08 Feb 2008 15:11

Post by ioda » Fri 13 Nov 2009 13:18

Alright,

Thank you for quick reply. I will download and test it when the new version of MyDAC will be available.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 17 Nov 2009 08:08

New build of MyDAC version 5.90.0.53 is available for download now.

Post Reply