ODBC driver settings for BLOBs

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема ODBC driver settings for BLOBs
Дата
Msg-id 3E7B3F7A.5040109@web.de
обсуждение исходный текст
Ответы Re: ODBC driver settings for BLOBs  (Andreas Pflug <Andreas.Pflug@web.de>)
Список pgsql-odbc
While inserting BLOBs into the database, I found that there are
dependencies on MaxVarcharSize, MaxLongVarcharSize and
UnknownAsLongVarchar ODBC settions. I need to set MaxVarcharSize or
MaxLongVarcharSize, dependent on UnknownAsLongVarchar,  lower than the
smallest BLOB to be written to a lo column. In my case, the smallest
BLOB that will ever be written has 4 bytes, so 3 is the correct value
for me.
I went into the ODBC source, but couldn't determine if this would have
some other unwanted effects.

I now use MaxLongVarcharSize=3, MaxVarcharSize=254 (to keep Access
happy) and UnknownAsLongVarchar and hope the best.

I wonder if it really makes sense to deal with BLOBs different depending
on their size....


Regards,

Andreas


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: using domain types with ODBC, esp. lo
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: using domain types with ODBC, esp. lo