Importing from Access 2000? - Mailing list pgsql-general

From Bjorn T Johansen
Subject Importing from Access 2000?
Date
Msg-id 35016.193.212.14.12.1051616561.squirrel@www.havleik.no
Whole thread Raw
Responses Re: Importing from Access 2000?  (Richard Huxton <dev@archonet.com>)
Re: Importing from Access 2000?  (Dennis Gearon <gearond@cvc.net>)
List pgsql-general
I am trying to convert an Access database to PostgreSQL and the import
works until it comes to timestamps, then I get error msg like these:

ERROR:  Bad timestamp external representation '0000-00-00 01:00:00'
ERROR:  Bad timestamp external representation '0000-00-00 15:50:00'
ERROR:  Bad timestamp external representation '0000-00-00 17:20:00'
ERROR:  Bad timestamp external representation '0000-00-00 18:20:00'
ERROR:  Bad timestamp external representation '0000-00-00 18:30:00'
ERROR:  Bad timestamp external representation '0000-00-00 18:40:00'
ERROR:  Bad timestamp external representation '0000-00-00 18:50:00'
ERROR:  Bad timestamp external representation '0000-00-00 19:00:00'
ERROR:  Bad timestamp external representation '0000-00-00 23:00:00'
ERROR:  Bad timestamp external representation '0000-00-00 23:30:00'
ERROR:  Bad timestamp external representation '0000-00-00'
ERROR:  Bad timestamp external representation '0000-00-00 00:30:00'
ERROR:  Bad timestamp external representation '0000-00-00 01:00:00'
ERROR:  Bad timestamp external representation '0000-00-00 19:00:00'

Does anyone have any suggestion on how to overcome this problem?
(BTW, I am using PostgreSQL 7.3.2 and ODBC)

Regards,

BTJ


-----------------------------------------------------------------------------------------------
Bjørn T Johansen (BSc,MNIF)
Executive Manager
btj@havleik.no                  Havleik Consulting
Phone : +47 67 54 15 17         Conradisvei 4
Fax : +47 67 54 13 91           N-1338 Sandvika
Cellular : +47 926 93 298       http://www.havleik.no
-----------------------------------------------------------------------------------------------
"The stickers on the side of the box said "Supported Platforms: Windows
98, Windows NT 4.0,
Windows 2000 or better", so clearly Linux was a supported platform."
-----------------------------------------------------------------------------------------------


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: adding times togeather
Next
From: Andrew Sullivan
Date:
Subject: Re: Slow Queries with OR's?