Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects - Mailing list pgsql-interfaces

From Andrzej Szydlo
Subject Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Date
Msg-id 199810220606.IAA29378@maciek.gv.edu.pl
Whole thread Raw
In response to [INTERFACES] C++ Builder (Delphi), ODBC and large objects  ("angg" <angg@vng.ru>)
List 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

pgsql-interfaces by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [INTERFACES] New docs and ODBC for Unix
Next
From: "angg"
Date:
Subject: [INTERFACES] C++ Builder (Delphi), ODBC and large objects