Re: Replacing MS Access with Postgresql

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "salman Sheikh" <salman_sheikh(at)web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Replacing MS Access with Postgresql
Date: 2008-07-07 17:51:18
Message-ID: dcc563d10807071051i44a2c0eewaba917b6e4793c04@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jul 7, 2008 at 11:43 AM, salman Sheikh <salman_sheikh(at)web(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-07-07 18:13:53 Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?
Previous Message Raymond O'Donnell 2008-07-07 17:49:08 Re: Replacing MS Access with Postgresql