Re: ADO-Error when inserting row with text column with large text

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ADO-Error when inserting row with text column with large text
Дата
Msg-id 51BB332C.1010502@tpf.co.jp
обсуждение исходный текст
Ответ на Re: ADO-Error when inserting row with text column with large text  (Josef Springer <Josef.Springer@joops.com>)
Ответы Re: ADO-Error when inserting row with text column with large text  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
(2013/06/14 23:49), Josef Springer wrote:
> Hi Hiroshi,
>
> thanks for your hint.
> But where to change *MaxLongVarcharSize* ?
> I open the recordset with
> /Open( "select * from table", activeConnection: "Driver={PostgreSQL
> Unicode};Server=localhost;Uid=<uid>;Pwd=<pwd>;Database=<database>" )/

Add  ;MaxVarcharSize=xxxxxx  to your connection string.
The default is 8190.

> I do not know where to give this option. In an ODBC-Setting, there ist
> the possibility to define *MaxLongVarcharSize*, but i am using the
> driver by gibving its systemname.

regards,
Hiroshi Inoue



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

Предыдущее
От: Josef Springer
Дата:
Сообщение: Re: ADO-Error when inserting row with text column with large text
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: ADO-Error when inserting row with text column with large text