prob with retrieving data from access
Posted: Thu Oct 27, 2005 6:06 am
I am trying to retrieve data from access and this is wat i use
Now the problem is when it couldnt find any data it prints Object id # ..... thats creating trouble for me... is there any way so that i can make it print nothing or 0 rather then Object id #
Code: Select all
$rs_population = $conn->Execute("SELECT sum(total) as pop FROM tbResponseRA where (((tbResponseRA.Teshil)=$fv)) ");
echo $rs_shelter->Fields("shel");