Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: angg <angg(at)vng(dot)ru>
Cc: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Date: 1998-10-21 13:24:48
Message-ID: 362DE0A0.A043C697@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

angg wrote:

> I have problem using large objects with C++ Builder.
> When client side writes to the database psqlodbc.log reports that 0-value is
> inserted into large-object field.
> When client try to read data from the psqlodbc.log reports "Couldnt open
> large object for reading"
> I've asked this question to the mailin list already, but nobody answers.
> Perhaps because I wrote too long request. Now I ask to answer several simple
> questions:
> 1 Does anybody use large objects with C++ Builder (Delphi), BDE, ODBC,
> PostgreSQL?
> 2 Does anybody know (or suspect) who (C++ Builder (Delphi), BDE, ODBC or
> PostgreSQL) is responcible for the error?
> 3 Can anybody give me patch OR algorithm OR idea OR source for info OR hint
> to solve the problem.
> Thank you, Mikhail.

Please send me the psqlodbc.log files showing both the "0-value" error and the
"couldn't open large object for reading".

Also, send the odbc trace log files (sql.log) as well showing the results of
both the read and write attempts. Make sure the log file is clean before you
begin.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Cary B. O'Brien 1998-10-21 14:43:35 Web Site Update for Applix+ODBC+PostgreSQL
Previous Message David Hartwig 1998-10-21 12:39:53 Re: [HACKERS] Re: [INTERFACES] using indexes with the OR clause