Hello,<br><br>I am currently working on a project of administration of geographic data. For now, I&#39;m just working on data in the format shape (shp). <br>I&#39;ve begun to work with FDO last week so i have not a great experience...<br>
<br>I create a connection:<br>fdoconnectionmgr = FeatureAccessManager.GetConnectionManager()<br>iconnection = fdoconnectionmgr.CreateConnection(OSGeo.SHP.3.4)<br><br>and open it with this connectionstring:<br>iconnection.ConnectionString = &quot;DefaultFileLocation = C:\....\road.shp&quot;<br>
iconnection.Open()<br><br>The connectoin state is correctly show as &quot;open&quot;<br><br>Now I need to access to the metada contain in the .xml associed file and i don&#39;t know how to do this...<br>Is it possible to do this with : CommandType.CommandType_Select  or i need to use something else?<br>
Have you got an exemple for this type of query commands?<br><br>Appreciate your cooperation in advance<br>Regards,<br><br>Eric<br>