K
KitenutDave
An Access 2000 database table has a field of type Date with no default value.
The table is being populated by another process that I'm not privy to.
Somehow, there are many records in the table that have no date component in
this field, just a time component, "12:00:00 a.m.". (From a business
perspective, these records should probably be Null in that field, but they're
not). When I try to move these records into a SQL Server database table with
this field setup as a DateTime field, the import fails with an overflow error
caused by these records.
I have fixed this with an inelegant workaround, but the question remains:
What is the actual value in this field that is causing the error?
Thanks,
Dave
The table is being populated by another process that I'm not privy to.
Somehow, there are many records in the table that have no date component in
this field, just a time component, "12:00:00 a.m.". (From a business
perspective, these records should probably be Null in that field, but they're
not). When I try to move these records into a SQL Server database table with
this field setup as a DateTime field, the import fails with an overflow error
caused by these records.
I have fixed this with an inelegant workaround, but the question remains:
What is the actual value in this field that is causing the error?
Thanks,
Dave