Subject | Problems with time field |
---|---|
Author | gsbrown@GerBreOwn.com |
Post date | 2001-01-12T16:18:12Z |
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
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