Firebird set field to Null
Posted: 20.11.2008, 20:07
hy everybody
i've got a problem with setting a Date field to Null.
How can i do that with.
I don't want to exec a query!
Thanks for replys
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;
Thanks for replys