Re: Any Delphi programmers on this list? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Any Delphi programmers on this list?
Date
Msg-id b42b73150603130642m575f9782u8c62e84f186e3bfa@mail.gmail.com
Whole thread Raw
In response to Any Delphi programmers on this list?  (Frank Church <pgsql@adontendev.net>)
List pgsql-general
On 3/11/06, Frank Church <pgsql@adontendev.net> wrote:
>
> I need to access PostgreSQL on a low level using libpq.dll.
>
> Are there any programmers using Delphi here? Free Pascal users is also fine.

I do a lot of programming with C++ builder.  If you haven't already,
check out Zeos Database Objects for high level access to PostgreSQL.
They work great and are supported across all versions of Delphi.

If you want to make your own libpq calls, you can just steal the Zeos
.dll wrapper without too much effort.

Merlin

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Tsearch2 ranking
Next
From: "Merlin Moncure"
Date:
Subject: Re: in Pl/PgSQL, do commit every 5000 records