I cannot acces the field value by using AsInteger. The field type is TinyInt(1) MySQL. The MySQL component are working with EnableBoolean=false.
How can access the int value?
Thanks Thomas
AsInteger TinyInt(1) not possible
You should use SpecificOptions. It provides extended settings for each data provider, like this:
Code: Select all
UniQuery1.SpecificOptions.Add('EnableBoolean=False');