about ecpg

From: wlj <wulijie(at)neusoft(dot)com>
To: PostgresGeneral <pgsql-general(at)postgresql(dot)org>
Subject: about ecpg
Date: 2002-08-29 07:38:53
Message-ID: 00b701c24f2f$1fe65080$2327a8c0@tos1.nets.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi!

my question is :
how to accomplish this function by ecpg

exec sql declare test_curcor cursor for select * form test;//test(id,name)
exec sql open test_curcor;
...
exec sql update test set id=1 where current of test_curcor;

the postgresql didn't support this function "... current of "

how can i do
thank you !!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Markus Wollny 2002-08-29 07:55:25 Re: Naming-scheme for db-files
Previous Message jerome 2002-08-29 07:30:57 Postgresql tuning..