queryByAttribute search problem

Alexander Rodionov alex at ELW.RU
Wed Mar 30 10:27:21 EST 2005


Hi All!

I'am trying to make a search an object on polygon layer.
The layer type is OGR, with mapinfo data format;
The search returned "No matching record(s) found."

The code:

$queryExp="('[Iiii]'='26')";
$current_layer->queryByAttributes("Iiii",$queryExp,MS_MULTIPLE);

I've tried different types of the Iiii column of MapInfo layer. But no
success.

The same search using ArcView layer got result, but not all records which
were in the table have been found.



More information about the mapserver-users mailing list