Re: Porting from MS Access 2007 to PostgreSQL

Поиск
Список
Период
Сортировка
От Arnaud Lesauvage
Тема Re: Porting from MS Access 2007 to PostgreSQL
Дата
Msg-id 4CD8FAA8.20502@codata.eu
обсуждение исходный текст
Ответ на Porting from MS Access 2007 to PostgreSQL  (Victor Hooi <victorhooi@yahoo.com>)
Ответы Re: Porting from MS Access 2007 to PostgreSQL  (Richard Broersma <richard.broersma@gmail.com>)
Список pgsql-general
Hi Victor

Le 9/11/2010 5:22, Victor Hooi a écrit :
> Has anybody had any experiencing doing a similar port (Access 2007 to
> Postgres) recently, what tools did you use, were there any gotchas you hit
> etc? Or just any general advice at all here?

We recently migrated from MSAccess 2000 to PostgreSQL.
We used this great script :
http://www.rot13.org/~dpavlin/projects/sql/exportSQL3.txt
(I just realized it is mentionned in your second link)
We had to make some changes in the script. I think it was written for on
old PostgreSQL version, so some syntax did not come out right.
But the script is simple and works well.
It won't transfer constraints I think, but it will create all the DDL
queries and load all you data in PostgreSQL.
Name conversion works fine too.


> *5. Postgres Specific Features*
>
> The issue is we still need to maintain compatibility, where we can, with the
> Access frontend.


I can't really give you any advice about this, but we kept using Access
as our Frontend and everything runs fine.
You'll just have to make sure that you have read about the 'boolean <->
integer' problem. This article is a nice start I think :
http://www.postgresonline.com/journal/archives/24-Using-MS-Access-with-PostgreSQL.html


Good luck !
Arnaud

В списке pgsql-general по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Why facebook used mysql ?
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: I guess I'm missing something here WRT FOUND