On Mon, Sep 01, 2003 at 09:04:11PM +0300, [EMAIL PROTECTED] wrote:
> I have a simple query
> ----------------------------------
> $sth=$dbh->prepare("SELECT column FROM table WHERE columnid=1");

Is there data in table "table" for columnid 1?


> $sth->execute();
> 
> $results=$sth->fetchrow_hashref;
> 
> print $results->{column};

Is the case of column correct?

> I cannot see the $results->{column}.
> 
> Why does this happen?

Error checking?  Trace?

Tom

Reply via email to