Re: delphi - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: delphi
Date
Msg-id 3CC67BA3.11658.D96FB@localhost
Whole thread Raw
In response to delphi  (josecosta@netu.unisinos.br)
Responses Re: delphi
List pgsql-general
On 23 Apr 2002 at 6:55, josecosta@netu.unisinos.br wrote:

> Hi, I'm having some troubles with zeos delphi components on executing
> sql. On pgadmin II, for exemple, the sql works, but with zeos, don't.
> Do somebody know a better delphi 6 component for postgresql?

Hi,

I recently wrote a client application that talks to a PostgreSQL
database. I used the BDE with ordinary TQuery & TDatasetProvider
components sending the data to TClientDataSets, together with a
TDatabase to handle the database login.

Anyway, it worked fine for me; I've been meaning to try the Zeos
components so that I could ditch the BDE, but haven't got around to
it yet. I'd be interested in hearing more details on the problems you
were having.

--Ray.

---------------------------------------------------------
Raymond O'Donnell            http://www.iol.ie/~rod/organ
rod@iol.ie                      The Irish Pipe Organ Page
---------------------------------------------------------


pgsql-general by date:

Previous
From: Jakub Ouhrabka
Date:
Subject: calling functions in select
Next
From: "Raymond O'Donnell"
Date:
Subject: Re: delphi