Here's a fix for the ODBC problem with Large Objects - Mailing list pgsql-interfaces

From Bill
Subject Here's a fix for the ODBC problem with Large Objects
Date
Msg-id 39876F25.EFA30C95@cplane.com
Whole thread Raw
List pgsql-interfaces
See my previous posting for the problem statement.

--------------------------------------------------
in file convert.c

change:   case PG_TYPE_LO:
to:   case PG_TYPE_OID:
--------------------------------------------------

Then just make your column type to be "OID" and yer set.  This may
not be a good permanent fix if OID is used for stuff other than Large
Objects?  But OID is not used elsewhere in the convert function, so
I think it is ok.

Bill <bouma@cplane.com>



pgsql-interfaces by date:

Previous
From: "David Lloyd-Jones"
Date:
Subject: Re: PSQL Working, but PGAccess Not Connecting.
Next
From: "David Lloyd-Jones"
Date:
Subject: And Furthermore. Was: PSQL Working, but PGAccess Not Connecting.