From: | "Raymond O'Donnell" <rod(at)iol(dot)ie> |
---|---|
To: | josecosta(at)netu(dot)unisinos(dot)br, pgsql-general(at)postgresql(dot)org |
Subject: | Re: delphi |
Date: | 2002-04-24 08:32:19 |
Message-ID: | 3CC67BA3.11658.D96FB@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 23 Apr 2002 at 6:55, josecosta(at)netu(dot)unisinos(dot)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(at)iol(dot)ie The Irish Pipe Organ Page
---------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2002-04-24 08:38:40 | Re: delphi |
Previous Message | Hubert depesz Lubaczewski | 2002-04-24 07:07:56 | problems with non-trust authentication methods in 7.3devel? |