Re: Database Classes and prepared statements
On Mar 18, 2008, at 6:25 PM, G. J. Walsh wrote:
This will allow me to move on, but I was wondering about the use of
prepared statements. Can this functionality be included in the class -
that is I need a bit of a boost to incorporate the requisite
pg_prepare
and pg_execute functions.
Assuming this is possible, could someone kindly show me some sample
code
to make it happen?
There is an example here on using a PHP class to call PostgreSQL
functions using prepared statements:
http://pgedit.com/resource/php/pgfuncall
John DeSoi, Ph.D.
Home |
Main Index |
Thread Index