Re: psqlODBC Unicode 8.01.02.00 Driver "Overflows" On MS-Access

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: Randy Yates <yates(at)ieee(dot)org>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlODBC Unicode 8.01.02.00 Driver "Overflows" On MS-Access
Date: 2006-03-15 19:39:27
Message-ID: 44186D6F.7060106@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I had one of these, too.

The date wasn't correctly formated in the Access table.
It was something like 11/1/106 which should have been entered as
1/11/2006.

It was a wee bit unpleasant to actually locate the line within the table.
I limited the export to chunks by a numeric primary key. First 1000 then
gradually narrowing down to the bad record.
I'd be cute if the error message contained some form of identifier like
the primary key. On the other hand how should odbc know what column of
some SELECT is an identifier?

Randy Yates schrieb:
> Hi Folks,
>
> I'm trying to export a table from my MS-Access database to my postgresql
> database. I downloaded and installed the 8.01.02.00 driver on my Win2k
> system, created the datasource. Then when I try to export my table to the
> datasource, I get a single-world message "overflow" and the export aborts.
>
> I traced the cause of the overflow to a column that is in MS-Access's
> date/time format.
>
> Is this a known bug? Is there a workaround?
>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2006-03-15 20:07:27 Future development
Previous Message Augusto Meza Lizardi 2006-03-15 17:40:41 Problems with ñÑéíóúá in XP Professional and not under XP Home