Re: Can you bind output variables?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can you bind output variables?
Дата
Msg-id 12804.1107924553@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can you bind output variables?  (mjc@comcast.net)
Список pgsql-interfaces
mjc@comcast.net writes:
> Can you use paramValues[] in either PQexecParams or PQexecPrepared to read 
> data from the DB into the bound variables?

Nope, those are input values only.  Maybe you should be looking at ecpg
--- "bound variables" is an idea completely foreign to libpq.
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Problem with asynchronous connect in 8.0.1
Следующее
От: "Mark Crosland"
Дата:
Сообщение: Can you bind output variables?