Subject | Re: Problems with time field |
---|---|
Author | gsbrown@GerBreOwn.com |
Post date | 2001-01-12T17:31:56Z |
Never mind... It was a case of operator malfunction.
In the properties for that field in the query the "READ ONLY" box was
checked... No wonder it wouldn't write the data to the table...
Gerald S. Brown
In the properties for that field in the query the "READ ONLY" box was
checked... No wonder it wouldn't write the data to the table...
Gerald S. Brown
--- In IBObjects@egroups.com, gsbrown@G... wrote:
> I have a IB_edit box connected to a Time field in my table. The
edit
> box's text property is set as TimeToStr(Standard
DateTimePicker.Time).
> The edit box displays the correct time but when the record is
written
> to the table the time field is NULL/Blank. I have a similiar
> situation with a Date field and that works fine using another
IB_Edit
> box connected to a Date field and setting the edit box's text
property
> := DateToStr(DateTimeP.Date).
>
> I have installed the Firebird's version of IB and was wondering if
> they might have done anything with the Time data type. My db is
> dialect 3 so it should support the time data type.
>
> TIA,
>
> Gerald S. Brown