ecpg problem

From: wlj <wulijie(at)neusoft(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: ecpg problem
Date: 2002-08-29 07:18:21
Message-ID: 009c01c24f2c$41ca0870$2327a8c0@tos1.nets.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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
my english is poor .

thank you !!

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-08-29 07:33:04 Re: Numeric position
Previous Message Dave Page 2002-08-29 07:07:49 Re: [pgsql]Bug