OLEDB vs ODBC to access postgres

Поиск
Список
Период
Сортировка
От J Ottery
Тема OLEDB vs ODBC to access postgres
Дата
Msg-id 294c6494-6866-4322-8f1f-583a610163f8@s37g2000prg.googlegroups.com
обсуждение исходный текст
Ответы Re: OLEDB vs ODBC to access postgres  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: OLEDB vs ODBC to access postgres  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-general
I am using a grid component (delphi) connected via Postgres ODBC , and
via Datasource - ADOTable - ADOConnection to a postgres database.
All works well.
Tried using  the PostgreSQL Native Provider, built a working
connection string.
It connects OK but I have only read access to the data (in the grid I
cannot edit or add any rows).
I have also tried several other OLEDB providers but they all exhibit
the same behaviour.

Why does ODBC work and PostgreSQL Native Provider (or other OLEDB's)
not work?

Help would be appreciated on this as I have spent a long time
researching what to use for my future commercial projects.


В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ATTN: Clodaldo was Performance problem. Could it be related to 8.3-beta4?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: OLEDB vs ODBC to access postgres