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
Hi Jahro,
Jahro schreef:
Does anybody know where can I find some information about how to get to a
Postgres database from Delphi.
You can create ODBC-postgresql-datasource. It should then be automatically
available in the Borland Database Engine. I use this configuration on several
delphi-projects and it functions very well.
Regards,
Arian.
"Zeos Library for Windows contains Delphi's components for direct
access to (MySQL) and PostgreSQL without BDE."
http://www.artronic.hr/mysql/zeos_windows/overview.htm
Jahro a �crit :
Show quoted text
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
==========================================================================
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:
Show quoted text
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.
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
Import Notes
Resolved by subject fallback
Can't you use the ODBC driver for postgres?
Native BDE drivers for Delphi typically run several times faster than
ODBC.
steve
You can create ODBC-postgresql-datasource. It should then be automatically
available in the Borland Database Engine. I use this configuration on
several
delphi-projects and it functions very well.
Does it work fine with Postgres7? I found it becomes completely buggy with
Pg7.