Postgres+Delphi

Started by Jahroover 24 years ago10 messagesgeneral
Jump to latest
#1Jahro
jahro@o2.pl

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

#2Arian Prins
prinsarian@zonnet.nl
In reply to: Jahro (#1)
Re: Postgres+Delphi

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.

#3frbn
frbn@efbs-seafrigo.fr
In reply to: Jahro (#1)
Re: Postgres+Delphi

"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

#4Vince Vielhaber
vev@michvhf.com
In reply to: Jahro (#1)
Re: Postgres+Delphi

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
==========================================================================

#5johnf
jfabiani@yolo.com
In reply to: Vince Vielhaber (#4)
Re: Postgres+Delphi

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.

#6Jacob Vennervald Madsen
jvm@gopinocchio.com
In reply to: johnf (#5)
Re: Postgres+Delphi

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

#7Steve Wolfe
steve@iboats.com
In reply to: Jacob Vennervald Madsen (#6)
Re: Postgres+Delphi

Can't you use the ODBC driver for postgres?

Native BDE drivers for Delphi typically run several times faster than
ODBC.

steve

#8Ivan Babikov
iab@qms.e-burg.ru
In reply to: Jahro (#1)
#9Ivan Babikov
iab@qms.e-burg.ru
In reply to: Jahro (#1)
Re: Postgres+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.

Does it work fine with Postgres7? I found it becomes completely buggy with
Pg7.

#10Ivan Babikov
iab@qms.e-burg.ru
In reply to: Jacob Vennervald Madsen (#6)
Re: Postgres+Delphi

Can't you use the ODBC driver for postgres?

but BDE->ODBC->Postgres works very badly after Posgres 7 was releazed.