Re: Support for prepared queries

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: Support for prepared queries
Дата
Msg-id 200310241850.56494.martin@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: Support for prepared queries  (Robby Russell <rrussell@commandprompt.com>)
Ответы Re: Support for prepared queries  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-php
El Vie 24 Oct 2003 15:02, Robby Russell escribió:
> Stephen wrote:
> > Hi,
> >
> > Does anyone know if PHP supports prepared queries for PostgreSQL 7.3.x ?
If
> > not, when will prepared queries be supported?
> >
> > Thanks, Stephen
> >
>
> You might want to look at PEAR db. I think it comes with php standard
> now... so pear.php.net.

Those are not prepared queries (at least in the sence of prepare -> execute).
For prepared queries you have to know how to talk to libpq, and that's
something that is done from the pgsql ext.

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telemática
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: Support for prepared queries
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Support for prepared queries