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

From: David Hartwig <daveh(at)insightdist(dot)com>
To: Andrzej Szydlo <andrzej(at)maciek(dot)gv(dot)edu(dot)pl>
Cc: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Date: 1998-10-20 15:38:27
Message-ID: 362CAE73.3C3D2F06@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Andrzej Szydlo wrote:

> On Tue, 20 Oct 1998, David Hartwig wrote:
>
> >
> >
> > 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.
> >
> > I must confess, this is the first I email on ODBC large objects I recall seeing
> > in a while.
> >
> > > 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?
> >
> > Yes, occasionally - without any problem.
>
> Do you mean BLOB+ODBC+ worked for you with no problems?
> And you accessed BLOBs using TTable or TQuery in Delphi? What were your
> ODBC and BDE settings?
>
> Andrzej

Apologies. There is a problem with BLOG+BDE+Delphi. Other applications that I
have used don't have any problems. Byron is looking at it now.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Craig Orsinger 1998-10-20 20:42:50 RE: [INTERFACES] New user questions re libpq++
Previous Message David Hartwig 1998-10-20 15:34:38 Re: [INTERFACES] using indexes with the OR clause