Problem with pg_prepare - PostgresSQL

Hi all.

I'm receiving the following message when I try to use
pg_prepare() function:

"Call to undefined function pg_prepare()".

My application works very well with others pg_*
commands...

I already checked my configuration files and I have no more
ideas about how to fix it.

Any suggestions?

Thank you.
=0A=0A=0A

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Giancarlo Boaron [ Sa, 24 April 2010 03:35 ] [ ID #2040136 ]

Re: Problem with pg_prepare - PostgresSQL

Giancarlo Boaron wrote:
> Hi all.
>
> I'm receiving the following message when I try to use
> pg_prepare() function:
>
> "Call to undefined function pg_prepare()".
>
> My application works very well with others pg_*
> commands...

What version of php do you have?

This came in with 5.1.0 according to the manual.

--
Postgresql & php tutorials
http://www.designmagick.com/


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
dmagick [ Di, 27 April 2010 01:24 ] [ ID #2040308 ]
PHP » gmane.comp.php.database » Problem with pg_prepare - PostgresSQL

Vorheriges Thema: Any good explanations of pg_send_execute and friends?
Nächstes Thema: UNION ALL query help