Re: ADO-Error when inserting row with text column with large text - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: ADO-Error when inserting row with text column with large text
Date
Msg-id 51BB332C.1010502@tpf.co.jp
Whole thread Raw
In response to Re: ADO-Error when inserting row with text column with large text  (Josef Springer <Josef.Springer@joops.com>)
Responses Re: ADO-Error when inserting row with text column with large text  (Hiroshi Inoue <inoue@tpf.co.jp>)
List 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 by date:

Previous
From: Josef Springer
Date:
Subject: Re: ADO-Error when inserting row with text column with large text
Next
From: Hiroshi Inoue
Date:
Subject: Re: ADO-Error when inserting row with text column with large text