Re: Postgres - Delphi Application

From: <btober(at)seaworthysys(dot)com>
To: <jasiek(at)klaster(dot)net>
Cc: <btober(at)seaworthysys(dot)com>, <murali(at)broadgateindia(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Postgres - Delphi Application
Date: 2003-06-27 14:02:50
Message-ID: 65305.216.238.112.88.1056722570.squirrel@$HOSTNAME
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


> Dnia 2003-06-27 12:25, U¿ytkownik btober(at)seaworthysys(dot)com napisa³:
> <cut>
>> I think I looked at zeos at some point and found that it did not
>> support md5 authentication, which, at the time, I thought was
>> important.
>> ~Berend Tober
> Zeos has nothing to authentication. It's a matter of libpq library,
> which currently supports md5 authentication. If you need more security
> - you can even compile libpq with ssl.
> Tomasz

Not sure I was clear. Using zeos, you get a set of Delphi components that
connect the database back end with user-interface controls on your Delphi
TForm objects, like TDBEdit, TDBMemo, etc. You use those zeos components
instead of the standard "messy" BDE database components TDatabase,
TQuery, TTable, etc. While the zeos components would successfully connect
to the database back end, they would not allow or require
database-enforced md5 authentication at the user-interface end. I didn't
want to have to invent my own authentication scheme when the database is
capable of doing a good job.

~Berend Tober

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Együd Csaba 2003-06-27 14:07:01 Re: Postgres - Delphi Application
Previous Message Markus Bertheau 2003-06-27 12:16:50 Inheritance and standards