fetch syntax - ecpg problems

Поиск
Список
Период
Сортировка
От lyman1@mindspring.com
Тема fetch syntax - ecpg problems
Дата
Msg-id 003901be23ac$c9d55120$55fb45cf@user
обсуждение исходный текст
Список pgsql-interfaces
I am an old school developer(I worked on the X3H2 committee on the sql2 spec)checking out postgresql and trying to get it to work via "C" and the preprocessor "ecpg" that came with it on the REDHAT LINUX 5.1 CD. I have gotten all the basic functions to precompile and run except Fetches.
Can someone please send me a simple working test program listing ( not pseudo code) that includes a cursor declaration and a fetch that will work with multi-row result sets (a "c"/"sql" program that can be preprocessed with ecpg and compiled/linked).  When I imitate the "exec sql fetch all in cursorname" format from the Fetch man page I get a parse error from ecpg on the fetch line. 
 Also, the man page declares "declare mycursor cursor for ..." but then the fetch statement  on the same man page refers to "fetch all in FOO".  Is "FOO" just a loose reference to the cursorname, or am I missing something.  If it is, it should say "fetch all in mycursor" to enable a clear example. 
  Thanks for any help, and I extend my gratitude and appreciation to the linux/shareware community.

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

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: PgAccess is working 95% under Ms Windows !
Следующее
От: Michael Yeung
Дата:
Сообщение: Lock the server