BUG #3810: OleDB recognizes blob columns as integer in Delphi 6.0

From: "A(dot) Ozen Akyurek" <akyurek(at)tr(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3810: OleDB recognizes blob columns as integer in Delphi 6.0
Date: 2007-12-08 21:26:42
Message-ID: 200712082126.lB8LQgFJ043981@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3810
Logged by: A. Ozen Akyurek
Email address: akyurek(at)tr(dot)net
PostgreSQL version: 8.2
Operating system: Windows XP SP2
Description: OleDB recognizes blob columns as integer in Delphi 6.0
Details:

It seems that OleDB Provider does not support large objects. OleDB
Connection recognizes lo data type as integer, but ODBC recognizes it as a
blob field which is the expected behavior and works fine.

I searched the archives but couldnt find any questions about it. Is there
any solution or workaround?

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-12-08 23:57:34 Re: BUG #3809: SSL "unsafe" private key permissions bug
Previous Message Tom Lane 2007-12-08 21:25:10 Re: [HACKERS] BUG #3799: csvlog skips some logs