Обсуждение: ADO -PostgreSQL OLE DB Provider

Поиск
Список
Период
Сортировка

ADO -PostgreSQL OLE DB Provider

От
"Jayaram Bhat"
Дата:
Hello All,

I am using a postgres setup  in Windows. And it is working fine usings ODBC
drive, but not in ADO PostgreSQL OLE DB Provider

giving error test connection 'Test connection failed because of an error in
initializing provider. Unspecified error'

Can i get help for the same

Thanks and Regards
Jayaram

_________________________________________________________________
No. 1 Pvt. B - School in South Asia.Click here to know more
http://ss1.richmedia.in/recurl.asp?pid=117


Re: ADO -PostgreSQL OLE DB Provider

От
Richard Broersma Jr
Дата:
--- Jayaram Bhat <bhatindia@hotmail.com> wrote:
> I am using a postgres setup  in Windows. And it is working fine usings ODBC
> drive, but not in ADO PostgreSQL OLE DB Provider
>
> giving error test connection 'Test connection failed because of an error in
> initializing provider. Unspecified error'
>
> Can i get help for the same

This is my understanding regarding the OLE DB driver for PostgreSQL:

(1) The OLE DB Provider lacks the robustness that the ODBC driver has.
(2) The OLE DB Provider lacks much of the Functionality that an OLE DB provider should have.
(3) And this probably will not change soon since the OLE DB driver is not actively supported.

Regards,
Richard Broersma Jr.