Re: Mixed Case column names (php 4.3.5 & pg 7.4.2)

From: Shachar Shemesh <psql(at)shemesh(dot)biz>
To: Matthew Morvant <uce(at)bigfatreddog(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Mixed Case column names (php 4.3.5 & pg 7.4.2)
Date: 2004-05-04 06:13:44
Message-ID: 40973498.5010302@shemesh.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shachar Shemesh 2004-05-04 06:17:14 Re: Parenthesis in Queries
Previous Message Razvan Surdulescu 2004-05-04 06:01:00 Cache lookup failure for pg_restore?