Re: Postgres Windows ADO help needed - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: Postgres Windows ADO help needed
Date
Msg-id 3E4E6930.17526.9B0757@localhost
Whole thread Raw
In response to Postgres Windows ADO help needed  (gl_nospam@earthlink.net (Greg Laird))
List pgsql-general
On 8 Feb 2003 at 12:25, Greg Laird wrote:

> I am getting ready to develop some software using Borland's C++
> builder 6.0 and have been reading about my options for database
> access.  It seems like ODBC, while still an option, is being replaced

I've been writing stuff in Delphi which talks to a Postgres machine.
If you use ADO, you will need to use ODBC also as there is no native
OLE-DB driver for Postgres (that I'm aware of - please correct me if
I'm wrong). ADO talks to its generic OLE-DB driver for ODBC, which
talks to the Postgres ODBC driver, which talks to the database
machine.

I have found this works well, both for Win32 desktop clients and for
COM components called from ASP pages.

There is also a dbExpress driver for postgres available commercially
from www.vitavoom.com - I haven't tried it, but it might be worth
looking at.

--Ray.


-------------------------------------------------------------
Raymond O'Donnell     http://www.galwaycathedral.org/recitals
rod@iol.ie                          Galway Cathedral Recitals
-------------------------------------------------------------


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: In 7.3.1, will I be able to reindex toast?
Next
From: Greg Stark
Date:
Subject: Re: CREATE TABLE with a name derived from a string