Re: Postgres - Delphi Application

Поиск
Список
Период
Сортировка
От
Тема Re: Postgres - Delphi Application
Дата
Msg-id 65305.216.238.112.88.1056722570.squirrel@$HOSTNAME
обсуждение исходный текст
Ответ на Re: Postgres - Delphi Application  (Tomasz Myrta <jasiek@klaster.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Change the behaviour of the SERIAL "Type"
Следующее
От:
Дата:
Сообщение: Re: Postgres - Delphi Application