Re: Altering psqlodbc.h

Поиск
Список
Период
Сортировка
От Janet Borschowa
Тема Re: Altering psqlodbc.h
Дата
Msg-id F888C30C3021D411B9DA00B0D0209BE8018C06B0@cvo-exchange.cvo.roguewave.com
обсуждение исходный текст
Ответ на Altering psqlodbc.h  ("Jillian Carroll" <jillian@koskie.com>)
Список pgsql-novice
Hi,
I believe you will want to change the driver settings. On windows, use ODBC
Driver Manager, and when you are configuring the psqlodbc driver, choose
Driver Options, and you'll see where you can set MaxLongVarchar to something
other than 8190. On UNIX, use the following in your odbcinst.ini or
.odbc.ini file (note that its case sensitive and there should be no spaces
on either side of "="):
MaxLongVarcharSize=<whatever>

-- Janet

Good Morning, I am needing to TEXT_FIELD_SIZE 8190 to something like
TEXT_FIELD_SIZE 1024*1024 in psqlodbc.h, but I can't find any information on
how to do this. Would anybody be so kind as to help me out by either
offering advice, or pointing me to a resource where I could learn how to do
this? Thank you! -- Jillian



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

Предыдущее
От: Mark Moser
Дата:
Сообщение: total newbie question: windows download (binary)
Следующее
От: "Andrew Sher"
Дата:
Сообщение: passing parameters to views (or alternative methods)?