D
Duane
I have a text file that I import into my database on a daily basis. One of
the fields is a date of birth field. The format for this field (as it is
dowloaded to the text file) is 06-12-28. The file has approximately 1100
rows of data. The table the data is imported into has a DOB field with a
Date/Time field type.
The import works very well EXCEPT for dates prior to 1930. Every date after
1930 is imported as 06/12/1931. Dates prior to 1930 are imported as
06/12/2028.
Is there a fix to this problem? Can I do something different in the
specification?
Thank you in advance.
the fields is a date of birth field. The format for this field (as it is
dowloaded to the text file) is 06-12-28. The file has approximately 1100
rows of data. The table the data is imported into has a DOB field with a
Date/Time field type.
The import works very well EXCEPT for dates prior to 1930. Every date after
1930 is imported as 06/12/1931. Dates prior to 1930 are imported as
06/12/2028.
Is there a fix to this problem? Can I do something different in the
specification?
Thank you in advance.