Re: really novice with Postgres !

From: "Kevin Salisbury" <Kevin(dot)Salisbury(at)twinman(dot)com>
To: <mauricejea(at)numericable(dot)fr>,<pgsql-novice(at)postgresql(dot)org>
Subject: Re: really novice with Postgres !
Date: 2013-08-02 17:05:18
Message-ID: 51FBAE8E0200005100040201@mail.twinman.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


>>> Jean MAURICE <mauricejea(at)numericable(dot)fr> 8/2/2013 10:47 AM >>>
<...>
but now, I want do 'upgrade' datas from VFP to Postgres 'step by step' and
'automatically'. I have a customer (1200 workers) who have this huge VFP app
(roads, homes, ... building from price calculation to 'work management' (hope
you understand)). This app was build in 1996. For a year, I am improving it
within VFP. He has a new 'computer scientist' who is a fan of Postgres and I
agree with him to upgrade datas to posgres. But it's a long way to go ...

For me, it's the first time I do such an upgrade but it is not the last one. I
mean : VFP client + Postgres database is a very efficient 'couple' and customers
have 'relief' when they know that datas are not in VFP !
<...>

Jean,

pgdbf will allow you to convert data once from vfp to new Postgres table(s) every time you run it. It's static if that makes sense. You can schedule synchronizing - how long it takes to synchronize depends solely on your hardware and amount of VFP data you have. Converting to postgres is an excellent idea - it will allow your customer to access numerous business intelligence / reporting capabilities right away. If you cannot redesign the clients quickly, then it is also possible to configure your VFP clients to access the postgresql tables instead of dbf (via the postgres ODBC driver). Start here;

http://postgresql.1045698.n5.nabble.com/Very-basic-question-from-a-beginner-td5626124.html

Regards,

Kevin

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jean MAURICE 2013-08-03 07:48:35 really novice with Postgres !
Previous Message Steve Crawford 2013-08-02 15:00:43 Re: really novice with Postgres !