Re: Max LongVarChar - Mailing list pgsql-odbc

From Thomas Chabaud
Subject Re: Max LongVarChar
Date
Msg-id 44472F38.1020501@geosys.com
Whole thread Raw
In response to Max LongVarChar  ("Sistemas C.M.P." <sistemascmp@redynet4.com.ar>)
List pgsql-odbc
Sistemas C.M.P. a écrit :
> I need to know how to spcyfy the parameter */MaxLongVarchar/*  in a
> Visual Basic connect string
> Iám using string like this
>
> *driver={PostgreSQL};server/=(ServerName);/uid/=(username);/database=(/databaseName)/*

Try to append  "MAXLONGVARCHARSIZE=yourvalue;" to your VB connection string

driver={PostgreSQL};server/=(ServerName);/uid/=(username);/database=(/databaseName)/*;MAXLONGVARCHARSIZE=yourvalue;

pgsql-odbc by date:

Previous
From: "Sistemas C.M.P."
Date:
Subject: Max LongVarChar
Next
From: Eliott
Date:
Subject: Access -> ODBC -> postgres