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

Поиск
Список
Период
Сортировка
От Bill
Тема Here's a fix for the ODBC problem with Large Objects
Дата
Msg-id 39876F25.EFA30C95@cplane.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "David Lloyd-Jones"
Дата:
Сообщение: Re: PSQL Working, but PGAccess Not Connecting.
Следующее
От: "David Lloyd-Jones"
Дата:
Сообщение: And Furthermore. Was: PSQL Working, but PGAccess Not Connecting.