Open EchseKuhTiere opened 2 years ago
@EchseKuhTiere , it seems the entire property and the related GetDefaultFields function should be removed completely in latest Delphi versions. Can you check, please, if the issue is fixed in this branch https://github.com/madorin/fibplus/compare/58-default-fields Unfortunately, I don't have an older Delphi version installed Many thanks,
@madorin Sorry for the late reply. It's working but there's now another incompatibility for Delphi 7 due to this change: #73
Coming from TFIBWideStringField.GetAsString
Result := inherited; // [Error] FIBDataSet.pas(2018): Incompatible types
Reproduced it in Delphi 7 with fibPlus 7.6 using the TpFIBDataSet component
I guess when 'DefaultFields' got deprecated since Delphi XE6 the propery in FIBDataSet was renamed to remove the reference. It needs to be restored for old Delphi versions.