Page 1 of 1

TMyDump with Tinyint(1)

Posted: Tue 13 Oct 2009 19:18
by ioda
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

Posted: Mon 26 Oct 2009 09:33
by Dimon
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.

Posted: Tue 27 Oct 2009 15:05
by Dimon
We have fixed this problem. This fix will be included in the next MyDAC build.

Posted: Fri 13 Nov 2009 13:18
by ioda
Alright,

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

Posted: Tue 17 Nov 2009 08:08
by Dimon
New build of MyDAC version 5.90.0.53 is available for download now.