int values from PQExecParams in binary result mode

Поиск
Список
Период
Сортировка
От Ben
Тема int values from PQExecParams in binary result mode
Дата
Msg-id 4341887A.7020509@silentmedia.com
обсуждение исходный текст
Ответы Re: int values from PQExecParams in binary result mode  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
I'm making a query to return an int and a bytea as two columns in my
query, so I set up my PQExecParams call like so:

res = PQexecParams(conn,q,0,0,0,0,0,1)

I can view the binary data just fine, but not the int. How do I do that?

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

Предыдущее
От: "Giovanni M."
Дата:
Сообщение: Re: strip zeros from fractional part
Следующее
От: "Chris St Denis"
Дата:
Сообщение: Suggest forums software for postgresql?