Subject Re: [IBO] TIB_DATE
Author Hans
After Paradox import. Quick fix using IB_SQL or equivalent issue the
following against the database

update imported_table set problem_date = null where problem_date<=
'1/1/1900'

then commit