Delphi 6,7 bug with Zeos 6.6.4 and higher

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
DestinyR
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 10.03.2010, 16:59

Delphi 6,7 bug with Zeos 6.6.4 and higher

Post by DestinyR »

DP.pas have a bag with implementation TLargeintField.SetVarValue.
There is a

Code: Select all

raise AccessError('Variant');

instead of

Code: Select all

SetAsLargeint(Value);
This bug is not fired in 6.6.1 because it's use TIntegerField instead of TLargeintField
Post Reply