Re: Postgres - Delphi Application - Mailing list pgsql-sql

From
Subject Re: Postgres - Delphi Application
Date
Msg-id 65305.216.238.112.88.1056722570.squirrel@$HOSTNAME
Whole thread Raw
In response to Re: Postgres - Delphi Application  (Tomasz Myrta <jasiek@klaster.net>)
List pgsql-sql
> Dnia 2003-06-27 12:25, U¿ytkownik btober@seaworthysys.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





pgsql-sql by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Change the behaviour of the SERIAL "Type"
Next
From:
Date:
Subject: Re: Postgres - Delphi Application