Re: Using Cursors in PHP

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Using Cursors in PHP
Дата
Msg-id 1060350130.97914.4.camel@jester
обсуждение исходный текст
Ответ на Re: Using Cursors in PHP  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: Using Cursors in PHP
Список pgsql-php
> I don't think so.  Basically, PHP is supposed to reset the connection if
> it's persistant, and if it isn't persistant, then it's always a new
> connection, which means a cursor shouldn't survive.
>
> But I'm NOT familiar with "WITH HOLD" right now, so someone else who knows
> that better may have a more definitive answer.

Yup.. This is where you setup a little Java to deal with persistent
database elements like this and hook into it via PHP.  It's a little
nasty at the moment (though functional) but is supposedly greatly
improved in PHP 5.

http://ca2.php.net/manual/en/ref.java.php

Вложения

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Using Cursors in PHP
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Using Cursors in PHP