Обсуждение: fetch syntax - ecpg problems

Поиск
Список
Период
Сортировка

fetch syntax - ecpg problems

От
lyman1@mindspring.com
Дата:
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.