Re: retreive record set

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: retreive record set
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE094660@algol.sollentuna.se
обсуждение исходный текст
Ответ на retreive record set  ("Michael GUIARD" <michael@nestor-tech.com>)
Список pgsql-hackers-win32
> Hi Magnus,
>
> I understood that I am not supposed to know how PGresult
> stores the data, but I do not know how to fill my structure
> directly rather than to fill it field by field.
> I saw ecpg gives methods to do this (with descriptors), but I
> do not understand all about it, and I think it is too
> complicated for my small needs. Further, I do not want to
> change the implementation of postgreqsl libpq.
>
> So if I have no other choice than convert all result fields
> to fill my structure I will do this ...
>
> what is your advices about this ?

AFAIK there is no way in libpq to bind directly to variables. You'll
have to do a loop with pqgetvalue() to fill your struct.

//Magnus

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Problem installing Postgresql 8 on Win 2000
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Can't connect after restart