K
Kaj Julius
Hi,
When I do an import from a DB2 database that has a field of type Time the
resulting Datetime field doesn't just show the time like i should, but a
date as well.
A time of 12:40:01 is shown as 30-11-1899 12:40:01
If I then update the column and adds one month:
UPDATE table SET datetimeColumn = DateAdd("m", 1, datetimeColumn)
.... then the column correctly shows only the time 12:40:01
Why is this so? And is Microsoft to blame or is IBM?
Parties involved:
IBM iSeries server V5R3M0 (DB2 UDB for iSeries)
iSeries Access ODBC driver
Microsoft Access 2003 SP3
TIA
When I do an import from a DB2 database that has a field of type Time the
resulting Datetime field doesn't just show the time like i should, but a
date as well.
A time of 12:40:01 is shown as 30-11-1899 12:40:01
If I then update the column and adds one month:
UPDATE table SET datetimeColumn = DateAdd("m", 1, datetimeColumn)
.... then the column correctly shows only the time 12:40:01
Why is this so? And is Microsoft to blame or is IBM?
Parties involved:
IBM iSeries server V5R3M0 (DB2 UDB for iSeries)
iSeries Access ODBC driver
Microsoft Access 2003 SP3
TIA