Default Values Don't Appear in Data Grid Firebird & Delp

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

Moderators: gto, EgonHugeist

Post Reply
andrevanzuydam
Zeos Dev Team
Zeos Dev Team
Posts: 32
Joined: 22.10.2005, 08:53
Location: Bloemfontein
Contact:

Default Values Don't Appear in Data Grid Firebird & Delp

Post by andrevanzuydam »

The default values defined in the Firebird database do not populate in the grid which makes for irritating development because one has to go and code in all the default values again upon using a normal append or insert statement on the Zeos Table or Zeos Query. What I've found that fixes this is to remove / comment out the line inherited; in the

procedure TZAbstractDataset.InternalPost

Commenting out inherited fixed my problems for me.

{$ENDIF}
end;

//inherited; //--AVZ - default value fix for interbase ?

I'm not sure if anyone can add this as a bug fix or something or analyse it to see why this works!
Post Reply