Re: Replacing MS Access with Postgresql - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Replacing MS Access with Postgresql
Date
Msg-id dcc563d10807071051i44a2c0eewaba917b6e4793c04@mail.gmail.com
Whole thread Raw
In response to Replacing MS Access with Postgresql  (salman Sheikh <salman_sheikh@web.de>)
List pgsql-general
On Mon, Jul 7, 2008 at 11:43 AM, salman Sheikh <salman_sheikh@web.de> wrote:
>
>
> Hi Fellows
>
> i have already MS Access databank (version 97) and source has been written
> in C++.Is it possible that i can replace it with postgresql as it is.Becoz i
> have 10 different tables,which are joined eachother.


As it probably not, but it's quite possible that the code changes
needed will be minimal.  I'd start by porting over your tables and
data and starting messing with it to see what errors you get.  Areas
that are likely to be problematic are autoincrementing fields.

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Replacing MS Access with Postgresql
Next
From: Alvaro Herrera
Date:
Subject: Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?