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

From: "Andrzej Szydlo" <andrzej(at)gv(dot)edu(dot)pl>
To: Byron Nikolaidis <byronn(at)insightdist(dot)com>
Cc: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Date: 1998-10-22 07:03:43
Message-ID: 199810220606.IAA29378@maciek.gv.edu.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello Byron,

On Wed, 21 Oct 1998 17:53:13 -0400, Byron Nikolaidis wrote:

>
> I haven't had any success figuring out why Borland products can't write
> blobs. Maybe you could send me logfiles of the problems (both sql.log
> and psqlodbc.log).

We've found out, that the problem is in Delphi itself (and probably
other Borland's products as well). Seems that Delphi components
responsible for BLOBs handling call BDE incorrectly. We managed to
make a workaround by calling BDE API manually instead of using
components provided by Borland. It works, but make programming much
more complicated, or at least much slower.

Unfortunately we are unable to compile this workaround into the
components library to fix the problem because Borland/Inprise doesn't
provide any source code for this part of their library.

Do you think we (PostgreSQL + Borland users) could influence Borland
to solve this problem? They only need to include our routines into
their library or just make some sorce code available (they released
it for many other components in thier library) to allow us to fix it.

Andrzej

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joris Esch 1998-10-22 07:33:02 Re: [INTERFACES] PgConnection
Previous Message angg 1998-10-22 07:01:52 [INTERFACES] C++ Builder (Delphi), ODBC and large objects