Subject Re: Firebird 2.5, FibPlus, Delphi 2010, DateTime field set to Null
Author Andrew
Hello Wolfgang,

I'm a FibPlus user also. It should work without problems, but if you wish you can use

dataset.field.Assign(nil);

also (I generally use this on timestamp/date/time fields).

HTH
Andrew

--- In firebird-support@yahoogroups.com, Wolfgang Kluge <wkluge@...> wrote:
>
> Thanks for your reply Christian,
>
> However, I am afraid this would introduce a big problem since the whole
> application programme is based
> FibPlus componts for SQL.
>
> Regards
> Wolfgang
>
>
> On 03/24/2013 09:24 AM, Christian Mereles wrote:
> >
> > Hi,
> >
> > TTable.Edit;
> > TTable.FieldByName('Date_Paid').Clear
> > TTable.Post;
> >
> > Regards.
> >
> > --
> > Christian
> >
> > [Non-text portions of this message have been removed]
> >
> >
>
>
>
> [Non-text portions of this message have been removed]
>