Oracle10g and queryByAttributes
Antonio Iandolo
aiandolo at GRUPPOAS.IT
Mon Jul 3 06:23:12 PDT 2006
I'm querying Oracle10g with phpmapscript (MapServer 4.8.3) but I can't
browse the result set...
Here it is my code:
$myresult=$mylayer->queryByAttributes($queryItem,$queryString,MS_SINGLE)
;
var_dump($myresult);
if ($mylayer->getNumResults() > 0){
$mylayer->open();
$result=$mylayer->getResult($i);
$shp=$mylayer->getShape(-1,$myresult->shapeindex);
var_dump($shp);
}
More information about the MapServer-users
mailing list