Re: PQgetResult() and NULL

Поиск
Список
Период
Сортировка
От bradg
Тема Re: PQgetResult() and NULL
Дата
Msg-id 1457756166474-5892370.post@n5.nabble.com
обсуждение исходный текст
Ответ на PQgetResult() and NULL  (bradg <bg4all@me.com>)
Список pgsql-novice
Finally figured out the problem...

I declared the variable for the PGresult outside the loop that calls
PQgetResult() until NULL.

When I moved the declaration inside, everything works as expected.



--
View this message in context: http://postgresql.nabble.com/PQgetResult-and-NULL-tp5892227p5892370.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


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

Предыдущее
От: bradg
Дата:
Сообщение: PQgetResult() and NULL
Следующее
От: Lawrence Wetsel
Дата:
Сообщение: Good afternoon