Re: Support for prepared queries - Mailing list pgsql-php

From Martin Marques
Subject Re: Support for prepared queries
Date
Msg-id 200310241850.56494.martin@bugs.unl.edu.ar
Whole thread Raw
In response to Re: Support for prepared queries  (Robby Russell <rrussell@commandprompt.com>)
Responses Re: Support for prepared queries
List 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 by date:

Previous
From: Martin Marques
Date:
Subject: Re: Support for prepared queries
Next
From: "scott.marlowe"
Date:
Subject: Re: Support for prepared queries