Migration Wizard - Access 97 Autonumber

From: D Tim Cummings <timcu(at)mac(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Migration Wizard - Access 97 Autonumber
Date: 2003-07-13 00:37:27
Message-ID: 2DC47854-B4CA-11D7-934F-0003934C7598@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

I am trying to migrate an Access 97 database to PostgreSQL 7.3 using
pgAdmin 1.4.12 and the Migration Wizard 1.4.12. I want to keep using
the Access 97 front end connected to the PostgreSQL backend.

The default type mapping didn't work for me but I discovered that
mapping
Boolean -> int2 (instead of bool) and
Currency -> float8 (instead of money)
meant I needed no changes to my Access97 front end.

The problem I had was the Autonumber mapping. By default Autonumber
maps to int8 which causes Access 97 to think all records in the linked
table are deleted. If the PostgreSQL data type is changed to int4,
Access97 works fine.

I noticed in the mailing list archives on 05 Dec 2002, a subscriber
mentioned that he needed int8 for autonumber fields to migrate for his
version of Access, which I can only assume is later than Access 97.
Dave Page replied that he had now changed it from int4. It would be
handy if this feature was selectable like the other type maps, so that
neither myself, nor the original subscriber are placed in the position
of having to drop the migrated table just to fix the data type of the
Autonumber field.

Otherwise this is a great program that has already saved me many hours
of work.

Tim Cummings

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-07-13 08:52:51 Re: Migration Wizard - Access 97 Autonumber
Previous Message Dave Page 2003-07-12 21:03:19 Re: BUG: pgAdmin III - Vacuuming executes incorrect statement