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

From Byron Nikolaidis
Subject Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Date
Msg-id 362E57C9.46C6D91@insightdist.com
Whole thread Raw
In response to Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects  (Sergio <ser@perio.unlp.edu.ar>)
Responses Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
Re: [INTERFACES] C++ Builder (Delphi), ODBC and large objects
List pgsql-interfaces

Sergio wrote:

> Hi,
> I have another problem with lo, I used the new Insight Odbc
> driver and when I try to use the datapump utility of Borland
> (Delphi) to migrate paradox tables, when it try to convert
> memo fields to large objects it gave an error, wich NOT
> happen with the previous version of the driver.
> I resolved changing the type of the target field to
> varchar.
>

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).

> Btw, any plans to support scrollable cursors and ODBC 3
> from Insight ?

I don't see any real need to support ODBC 3.0.  This would be quite an
involved project for very little gain as far as I can tell.  The driver
manager seems to do a good job of down converting the 3.0 calls to
2.0.   Is there something specific in 3.0 that you need or something?

As for scrollable cursors, "static" scrollable cursors are already
supported.   If you want positioned update/delete, the driver can work
with the odbc cursor library to achieve that.  As for dynamic or keyset
cursors, I had plans to implement a mixed keyset cursor (similar to what
the Jet engine does), but time is a problem.

Byron




pgsql-interfaces by date:

Previous
From: "Vasquez, Jason"
Date:
Subject: PgConnection
Next
From: Alvaro Castillo
Date:
Subject: CORBA and PostgreSQL