Re: pg_query_params

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: Carol Walter <walterc(at)indiana(dot)edu>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: pg_query_params
Date: 2009-07-22 19:29:38
Message-ID: 20090722152938.402f6228.wmoran@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

In response to Carol Walter <walterc(at)indiana(dot)edu>:

> Does pg_query_params return a false if an item is not found in a
> database?

What's an item? That term is does not describe any type of standard
database object.

pg_query_params() will return false if the query was invalid for any
reason. One such possible reason is that you tried to access a
table that doesn't exist.

If you're getting false as the return value, you should use
pg_last_error() to discover the details of the error.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Carol Walter 2009-07-22 19:37:00 Re: pg_query_params
Previous Message Carol Walter 2009-07-22 19:12:18 pg_query_params