[mapguide-users] ExecuteSqlQuery Not Working
flakesns
flakesns at gmail.com
Fri Mar 13 04:50:28 EDT 2009
I got problem here.
here is my code (php):
$layerFeatureResource = new MgResourceIdentifier($layerFeatureId);
$sql = "select road_name from roadTable where featId = 2";
$sqlDataReader = $featureService->ExecuteSqlQuery($layerFeatureResource,
$sql);
It's return me :
"The requested operation is invalid.
The requested operation is invalid. Exception occurred in method
MgServerSqlCommand."
I use connection to shp folder and data store in dbf file.
Whats the problem exactly?
--
View this message in context: http://n2.nabble.com/ExecuteSqlQuery-Not-Working-tp2472312p2472312.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list