Re: SQLExecute fails question
От | Dave Page |
---|---|
Тема | Re: SQLExecute fails question |
Дата | |
Msg-id | E7F85A1B5FF8D44C8A1AF6885BC9A0E41A7398@ratbert.vale-housing.co.uk обсуждение исходный текст |
Ответ на | SQLExecute fails question ("Joost Kraaijeveld" <J.Kraaijeveld@Askesis.nl>) |
Ответы |
Re: SQLExecute fails question
|
Список | pgsql-odbc |
> -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Joost > Kraaijeveld > Sent: 20 July 2004 23:25 > To: pgsql-odbc@postgresql.org > Subject: [ODBC] SQLExecute fails question > > Hi all, > > When I get this error message from a SQLExecute(): > > [2152] SQLSTATE = HY000 > [2152] Native rc Code = 7 > [2152] Message: ERROR: value too long for type character(20) > > does that mean that one of my columns as that is defined as > char(20) receives more data than 20 chars or does that mean > that column 20 receives to many chars? The first. The data is too long for char(20). Regards, Dave
В списке pgsql-odbc по дате отправления: