Re: Mixed Case column names (php 4.3.5 & pg 7.4.2) - Mailing list pgsql-general

From Shachar Shemesh
Subject Re: Mixed Case column names (php 4.3.5 & pg 7.4.2)
Date
Msg-id 40973498.5010302@shemesh.biz
Whole thread Raw
In response to Re: Mixed Case column names (php 4.3.5 & pg 7.4.2)  ("Matthew Morvant" <uce@bigfatreddog.com>)
List pgsql-general
Matthew Morvant wrote:

>Typo on that post.  Here is what is should be:
>
>echo pg_fetch_result($rsTest,0,"ridStudent");
>
>which still doesn't work.
>
>
>
>
Try:
echo pg_fetch_result($rsTest,0,"\"ridStudent\"");

          Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting
http://www.lingnu.com/


pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Pop 3 Emails to Postgresql
Next
From: Shachar Shemesh
Date:
Subject: Re: Parenthesis in Queries