Re: [HACKERS] ecpg problem

Поиск
Список
Период
Сортировка
От Maarten Boekhold
Тема Re: [HACKERS] ecpg problem
Дата
Msg-id Pine.SUN.3.91.980815122630.21300D-100000@dutepp0.et.tudelft.nl
обсуждение исходный текст
Ответ на ecpg problem  ("Dr. Michael Meskes" <meskes@online-club.de>)
Ответы Re: [HACKERS] ecpg problem
Список pgsql-hackers
On Fri, 14 Aug 1998, Dr. Michael Meskes wrote:

> I just found this one on my TODO list:
>
> The error message for "no data" in an exec sql insert select from statement
> has to be 100.
>
> It seems I cannot get that kind of information from libpq other than
> checking for the result being 0 tuples. But is this correct? Or are there
> possibilities to get 0 tuples? That is I get PQcmdTuples(results) = 0 with
> the return code being PGRES_COMMAND_OK.

Shouldn't you check for PGRES_TUPLES_OK ? I always check for this if I
want to know if a data select statement has succeeded. And this also
still allows PQntuples() == 0

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|                   Department of Electrical Engineering                    |
|           Computer Architecture and Digital Technique section             |
|                          M.Boekhold@et.tudelft.nl                         |
-----------------------------------------------------------------------------


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] setheapoverride
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Problem with parser