Hi,
I generated ‘ATSPoints’ Shape file with Point Features.
While querying features from shape file, I am getting ‘OleDbException’.
Code:
ShapeFileFeatureLayer shpATSPoints = new ShapeFileFeatureLayer(Application.StartupPath + @"\MapData\ShapeFiles\GeneratedShapeFiles\ATSPoints.shp");
shpATSPoints.Open();
DataTable dataTable1 = shpATSPoints.QueryTools.ExecuteQuery(“Select * from ATSPoints”);
shpATSPoints.Close();
Error Message :
“The Microsoft Jet database engine could not find the object ‘ATSPoints’. Make sure the object exists and that you spell its name and the path name correctly.”
Please check and clear this issue.
Note : I tried to upload my ‘ATSPoints’ shape files. But limit exceeds more than 3MB.
So I am attaching only ‘ATSPoints.dbf’ file.
ATSPoints.zip (1.8 MB)
Thanks,
Riyaz