Hi Gary,<div><br></div><div>I have no idea whether this works with your version of MGE2010 (for all I know it may have a breaking API change between it and the MGOS release) but the basic procedure is to place the SQLiteProvider.dll file in the same directory as the rest of the FDO providers (and providers.xml file) and then edit the providers.xml file to add the following snippet:</div>
<div><br></div><div><div>  &lt;FeatureProvider&gt;</div><div>    &lt;Name&gt;OSGeo.SQLite.3.4&lt;/Name&gt;</div><div>    &lt;DisplayName&gt;OSGeo FDO Provider for SQLite (spatial)&lt;/DisplayName&gt;</div><div>    &lt;Description&gt;FDO Access to SQLite Data Sources&lt;/Description&gt;</div>
<div>    &lt;IsManaged&gt;False&lt;/IsManaged&gt;</div><div>    &lt;Version&gt;3.4.0.0&lt;/Version&gt;</div><div>    &lt;FeatureDataObjectsVersion&gt;3.4.0.0&lt;/FeatureDataObjectsVersion&gt;</div><div>    &lt;LibraryPath&gt;.\SQLiteProvider.dll&lt;/LibraryPath&gt;</div>
<div>  &lt;/FeatureProvider&gt;</div><div><br></div><div>Maestro _should_ pick it up, as the provider list comes from server side.</div><div><br></div><div>The 3.4 provider is less capable than the 3.5 version in terms of some operations (there was a huge capabilities push in 3.5 as ADSK adopted its use internally) but it&#39;s good enough for displaying data in most cases.  There is also a problem with 3.4 reading SQLite files created with 3.5, which can be fixed by manually modifying values in the geometry_columns table:  <a href="http://trac.osgeo.org/fdo/ticket/672">http://trac.osgeo.org/fdo/ticket/672</a></div>
<div><br></div><div>Jason</div><br><div class="gmail_quote">On 28 July 2010 05:08, Gary Morin  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">








<div lang="EN-GB" link="blue" vlink="purple">

<div>

<p class="MsoNormal">I’ve just got a quick question, I want to add the SQLite
FDO provider to MGE 2010.</p>

<p class="MsoNormal">Can someone just give me the steps to do it. What files to
copy into FDO bin directory and what the providers.xml entry should be.</p>

<p class="MsoNormal">Also will Maestro pick up that the provider is available in
MGE2010?</p>

<p class="MsoNormal"><br></p></div></div></blockquote></div></div>