Re: bound variables with PHP? - Mailing list pgsql-php

From Manuel Lemos
Subject Re: bound variables with PHP?
Date
Msg-id 853.504T160T8813113mlemos@acm.org
Whole thread Raw
In response to bound variables with PHP?  (Phil Glatz <phil@glatz.com>)
List pgsql-php
Hello Phil,

On 14-Apr-01 12:39:37, you wrote:

>I haven't found away to use prepared statements with PHP4 and Postgres -
>any way to do so?  I have an SQL statement I'd prefer to parse outside a
>loop, ala the prepare and exec statements of dbi.

Like you would need and external package like DBI in Perl, you can do that
in PHP with an external package like Metabase that supports prepared
statements even with DBMS with API that do not directly support prepared
statements.

Look here to get Metabase for free:

http://phpclasses.UpperDesign.com/browse.html/package/20

Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: http://phpclasses.UpperDesign.com/?user=mlemos@acm.org
--
E-mail: mlemos@acm.org
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org




pgsql-php by date:

Previous
From: Phil Glatz
Date:
Subject: bound variables with PHP?
Next
From: "N@ta$"
Date:
Subject: DBD and DBI::Pg