From: | ZHU Jia <jia(dot)zhu(at)ains(dot)at> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Access 97/Postgres migration |
Date: | 2001-04-11 15:18:38 |
Message-ID: | 1103_987002318@weide |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi there,
we are considering using Postgres as our new backend DB. But we have a rather complicated Access application which we need to migrate. The idea is to export all the tables from Access to Postgres, then
link them back using ODBC so that the Access interface will remain untouched.
I just wonder how it would work with the auto_increment data type of Access, I've read that Postgres has the data type "Serial" but it doesn't seem that I can insert a value into it because it should be
generated automatically. Now the problem is how can I convert the existing IDs (primary key) to serial?
And would this setup work well at all? Is there anything I should keep in mind from the beginning?
Any hints or tips would be highly appreciated, and many thanks in advance!
regards
ZHU Jia
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-04-11 15:22:47 | Re: run both 7.0.3 and 7.1 |
Previous Message | newsreader | 2001-04-11 15:16:45 | Re: run both 7.0.3 and 7.1 |