Обсуждение: PostgreSQL Delphi

Поиск
Список
Период
Сортировка

PostgreSQL Delphi

От
"Muhyiddin A.M Hayat"
Дата:
What Component can I use in Delphi to connect to PostgreSQL?

Re: PostgreSQL Delphi

От
Richard Huxton
Дата:
On Saturday 27 September 2003 16:46, Muhyiddin A.M Hayat wrote:
> What Component can I use in Delphi to connect to PostgreSQL?

You can always go via ODBC - there's a link on www.postgresql.org to the
Windows ODBC driver.

There's a direct driver available from these people, but I don't know anything
more than their advert says. They provide a trial download though, and their
pricing seems reasonable.

http://www.microolap.com/products/dac/postgresdac.htm
--
  Richard Huxton
  Archonet Ltd

Re: PostgreSQL Delphi

От
Andre Truter
Дата:
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
--

Andre Truter    Software Engineer   Registered Linux user #185282
ICQ #40935899   AIM: trusoftzaf     http://www.trusoft.za.net

~ A dinosaur is a salamander designed to Mil Spec ~


Re: PostgreSQL Delphi

От
"Joshua D. Drake"
Дата:
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
>
>