DBase 5 Import - null dates problem -
07-02-2003
, 03:48 AM
I have an annoying issue with a dBase 5 import. The data
is transformed in a standard manner -
DTSDestination('x')=DTSSource('x')
However, null dates in dBase are either true or false
(inconsistently so)
ie ISNULL(DTSDestination('x')) never returns null
Has anybody come across this issue and resolved it (other
than updating null values in the DBase table!)
thanks |