Firebird set field to Null

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

Moderators: gto, EgonHugeist

Post Reply
slai
Senior Boarder
Senior Boarder
Posts: 53
Joined: 07.07.2006, 10:45
Location: office

Firebird set field to Null

Post by slai »

hy everybody

i've got a problem with setting a Date field to Null.
How can i do that with.

Code: Select all

ZTable.Edit;
ZTable.FieldByName('DateField').As....... := Null?
ZTable.CommitUpdates;
I don't want to exec a query!

Thanks for replys
slai
Senior Boarder
Senior Boarder
Posts: 53
Joined: 07.07.2006, 10:45
Location: office

Post by slai »

ZTable.FieldByName('DateField').clear;
Post Reply