Delphi 6,7 bug with Zeos 6.6.4 and higher
Posted: 04.06.2010, 12:52
DP.pas have a bag with implementation TLargeintField.SetVarValue.
There is a
instead of
This bug is not fired in 6.6.1 because it's use TIntegerField instead of TLargeintField
There is a
Code: Select all
raise AccessError('Variant');
instead of
Code: Select all
SetAsLargeint(Value);