Setting the DefaultExpression of bit-fields to 'True' raizes an error since SDAC version 4.35.1.16, it must be set to '1'; with previous SDAC it worked with 'True', too.
with regards, Toni
DefaultExpression of booleanfields
Quote the True constant assigning it to DefaultExpression:
Code: Select all
MSQuery.FieldByName('c_bit').DefaultExpression := '''True''';