Re: Can Clipper connect Postgresql

Поиск
Список
Период
Сортировка
От William Yu
Тема Re: Can Clipper connect Postgresql
Дата
Msg-id cvj088$20jl$1@news.hub.org
обсуждение исходный текст
Ответ на Can Clipper connect Postgresql  (Mester József <mesterjoco@yahoo.co.uk>)
Список pgsql-novice
Even if you could connect to a Postgresql database, you would still have
to rewrite a lot of code. Clipper like other xBase environments have a
slew of commands that have no analog in SQL.

Your best bet would be to port the code to run under Visual FoxPro.
FoxPro should run 95% of Clipper code w/o issue. Use ODBC to connect to
Postgresql. Then find a few strategic places to add in code to retrieve
tables into cursors (FoxPro cursors) that match the names of the
previous DBF tables. And a few places that update tables based on the
changes to the cursor.


Mester József wrote:
> Hello
>
> I have an old Clipper 5.1 based application.
> I would like to change dbase to postgresql without
> change program's businsess logic only database
> connect.
> Is it possible?

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

Предыдущее
От:
Дата:
Сообщение: shutdown postmaster question
Следующее
От: George Weaver
Дата:
Сообщение: Re: shutdown postmaster question