ecpg problem

Поиск
Список
Период
Сортировка
От wlj
Тема ecpg problem
Дата
Msg-id 007001c24f2a$ad754640$2327a8c0@tos1.nets.com.cn
обсуждение исходный текст
Список 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 !!

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [pgsql]Bug
Следующее
От: "Corin Froese"
Дата:
Сообщение: SQL Server to Postgres Migration