Re: Cursors and PHP

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Cursors and PHP
Дата
Msg-id Pine.LNX.4.33.0404190944590.16551-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Cursors and PHP  (Steve Manes <smanes@magpie.com>)
Список pgsql-general
I'm not sure why you're doing it the exact way you are, but you basically
just call the same commands within a pg_query as you would on the psql
command line to make it work:

begin
declare mycurs cursor as select * from table
fetch 10
rollback / commit




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

Предыдущее
От: Együd Csaba
Дата:
Сообщение: Storing images in a field
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Storing images in a field