Re: Max LongVarChar
От
Thomas Chabaud
Тема
Re: Max LongVarChar
Дата
Msg-id
44472F38.1020501@geosys.com
Ответ на
Max LongVarChar (Sistemas C.M.P.)
Список
Дерево обсуждения
NOTIFY / LISTEN "Adnan DURSUN" <a_dursun@hotmail.com>
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 по дате отправления