On Mon, Jul 7, 2008 at 11:43 AM, salman Sheikh <salman_sheikh@xxxxxx> 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.