Re: Max LongVarChar

From: Thomas Chabaud <tc(at)geosys(dot)com>
To:
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Max LongVarChar
Date: 2006-04-20 06:50:32
Message-ID: 44472F38.1020501@geosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Eliott 2006-04-21 13:22:37 Access -> ODBC -> postgres
Previous Message Sistemas C.M.P. 2006-04-19 16:24:16 Max LongVarChar