Thread: Postgres+Delphi
Hi. I have a question: Does anybody know where can I find some information about how to get to a Postgres database from Delphi. I need to write a client/server application in Delphi which uses Postgres database. Thanks a lot. Jahro
On Thu, 15 Nov 2001, Jahro wrote: > Hi. > I have a question: > Does anybody know where can I find some information about how to get to a > Postgres database from Delphi. > I need to write a client/server application in Delphi which uses Postgres > database. I show this: http://www.zeos.dn.ua/ but it appears their server's down. Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net 56K Nationwide Dialup from $16.00/mo at Pop4 Networking Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ==========================================================================
Hi Can't you use the ODBC driver for postgres? Jacob -----Original Message----- From: Jahro [mailto:jahro@o2.pl] Sent: 15. november 2001 01:32 To: pgsql-general@postgresql.org Subject: [GENERAL] Postgres+Delphi Hi. I have a question: Does anybody know where can I find some information about how to get to a Postgres database from Delphi. I need to write a client/server application in Delphi which uses Postgres database. Thanks a lot. Jahro ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
I am currently using the Zeos componets to access Postgres from a Kylix/Delphi setup. The current support for Zeos is at sourceforge. John Vince Vielhaber wrote: > On Thu, 15 Nov 2001, Jahro wrote: > >> Hi. >> I have a question: >> Does anybody know where can I find some information about how to get to a >> Postgres database from Delphi. >> I need to write a client/server application in Delphi which uses Postgres >> database. > > I show this: http://www.zeos.dn.ua/ but it appears their server's down. > > > Vince.
> Can't you use the ODBC driver for postgres? Native BDE drivers for Delphi typically run several times faster than ODBC. steve
> Can't you use the ODBC driver for postgres? but BDE->ODBC->Postgres works very badly after Posgres 7 was releazed.