Prepared statements and cursors

Поиск
Список
Период
Сортировка
От Cyril VELTER
Тема Prepared statements and cursors
Дата
Msg-id 00cf01c3f66f$468c2be0$f901a8c0@cvfixe
обсуждение исходный текст
Список pgsql-general
    I'm trying to open a prepared statement as a cursor using libpq. As I
understand it, there is some support for this at the protocol level but not
at the libpq level. The protocol doc say that one must use standard sql
commands for that.

    But "DECLARE TEST CURSOR FOR EXECUTE MONSTATEMENT(7123)" give me a
syntax error near "execute".

    Any ideas ?

    Thanks,

    Cyril


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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Differences between postgres and mysql
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Differences between postgres and mysql