ECPG (usage of simple select statement)

Поиск
Список
Период
Сортировка
От Jasbinder Bali
Тема ECPG (usage of simple select statement)
Дата
Msg-id a47902760607202028m279050c1y4c5362ebe2393921@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hi,
 
I'm using ECPG in my C code and I want to display the result of a simple select statement.
 
If i write something like
EXEC SQL select * from abc ; (which as of now is not working)
 
wouldn't this display the result staright away or its always mandatory to use a cursor and then do printf() for
each row retrieved?
 
Thanks,
Jas

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: setting serial start value
Следующее
От: Greg Philpott
Дата:
Сообщение: Re: setting serial start value