Re: PostgreSQL Delphi - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: PostgreSQL Delphi
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: PostgreSQL Delphi  (Andre Truter <[email protected]>)
List pgsql-general
Hello,

  There is a kylix postgresql component. You may want to see if they
have a delphi one as well. Also there
is : http://zeoslib.sourceforge.net/ .

  If you are looking for a commercial component there is Mammoth S/ODBC
which handles compression
and SSL to postgreSQL. That can be found at (my company)
http://www.commandprompt.com/ .

   There is also another commercial component located:

    http://www.microolap.com/products/dac/postgresdac.htm

Sincerely,

Joshua Drake


Sincerely,

Joshua Drake


Andre Truter wrote:

>On Sat, 2003-09-27 at 17:46, Muhyiddin A.M Hayat wrote:
>
>
>>What Component can I use in Delphi to connect to PostgreSQL?
>>
>>
>
>I have used the normal VCL TDatabase and TQuery components in Borland
>C++ Builder with the Postgres ODBC driver.  Works well.
>It should also work in Delphi with the same components.
>
>HTH
>
>



pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Is it safe to use DEFAULT currval()
Next
From: Tom Lane
Date:
Subject: Re: Can't Build 7.3.4 on OS X