Thread: Here's a fix for the ODBC problem with Large Objects

Here's a fix for the ODBC problem with Large Objects

From
Bill
Date:
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>