Subject | Re: [IBO] TIB_DATE |
---|---|
Author | Hans |
Post date | 2006-09-25T14:35:01Z |
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
following against the database
update imported_table set problem_date = null where problem_date<=
'1/1/1900'
then commit