Hi,
I use MySQL with MyDac component and all work perfectly

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 
. 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