[snip]
I am new to postgres using PHP. I have gotten PHP POSTGRES and PHPADMIN
installed and have a database setup using PHPADMIN. The problem that I
am having is that when I connect to postgres outside of PHPADMIN and
try use pg_query() to do a select such as "SELECT PersonID FROM person"
the
Joshua Capy wrote:
> of PHPADMIN and try use pg_query() to do a select such as "SELECT
> PersonID FROM person"
>
> the string that is sent is "select personid from person". Now this is
> a problem because in the data base the field PersonID is not the same
> case as in the select that is sent and I
Hi,
I am new to postgres using PHP. I have gotten PHP POSTGRES and PHPADMIN
installed and have a database setup using PHPADMIN. The problem that I
am having is that when I connect to postgres outside of PHPADMIN and
try use pg_query() to do a select such as "SELECT PersonID FROM person"
the str
3 matches
Mail list logo