Subject new IB data type error in Delphi 5
Author Eko Subagio
i have try to use new interbase 6 data type ( DATE & TIME ).
I create one table in database that have field
Create testNewDataType (
testDatefield DATE,
testTimeField TIME
)

but it will produce error message in delphi that data type field
cannot recognized in delphi 5.

are there anyone have the solutions for this issues ?

thanks
Eko Subagio