I am trying to use Spatialite in ArcGIS 10.2.2. When I try to load the SQLite extension like so
<SPAN class="c1">--Load the ST_Geometry library on Windows.</SPAN><BR /><SPAN class="k">SELECT</SPAN> <SPAN class="n">load_extension</SPAN><SPAN class="p">(</SPAN><SPAN class="s1">'stgeometry_sqlite.dll'</SPAN><SPAN class="p">,</SPAN><SPAN class="s1">'SDE_SQL_funcs_init'</SPAN><SPAN class="p">);</SPAN><BR />
which is what is shown on the help page,
ArcGIS Help (10.2, 10.2.1, and 10.2.2)
The python window just crashes. I try loading the extension in command line SQLite and that fails. I tried a mix of 32 bit and 64 bit thinking that might be the issue. Nope. I tried different locations and PATH variable settings. Nope. I tried it with the full path in the command. Nope.
I was able to do this in 10.2.1 but not now in 10.2.2.
I can get the standard Spatialite 4.2 package to load up. That will give me the Spatialite geometry option. One thing I want to test is how the st_geometry works with other tools like GDAL/OGR.