PostgreSQL OLE DB Provider

From: "Marek Mosiewicz" <marekmosiewicz(at)poczta(dot)onet(dot)pl>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: PostgreSQL OLE DB Provider
Date: 2002-06-11 08:01:56
Message-ID: 003e01c2111e$41c732e0$206516ac@2210446
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Do you know any attempts to write native OLE DB provider for PostgreSQL (it
would give broader support for VS Net). I would like to write such provider
and I want to know if sombody tried it before. Could somebody help me with
protocol issues (I have read Backend/Frontend Protocol and studied ODBC
driver) Are there any other interesting issues which aren not covered with
it. I would like to know how could I implement precompiled statements. Is
there any way to send it without parameters to able backend to chache it for
future use or it is not necessary. Are there any problems with large objects
?

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fduch the Pravking 2002-06-11 08:37:09 Re: Timestamp/Interval proposals: Part 2
Previous Message Dann Corbit 2002-06-11 07:59:24 Re: PostGres Doubt