softace/sqliteodbc

Including/embedding spatialite and RTree support?

debaser75 opened this issue · 0 comments

Has anyone tried to embed spatialite functions into the driver? Rtree support would also be needed because that's the type of index spatialite uses to index the geometry field.

I can read spatialite and geopackages in MS Access using this ODBC driver. However, I cannot update a row because the driver doesn't support ST_IsEmpty or the Rtree indexes.

The ability to edit Spatialite/geopackages in ArcGIS Pro opens a lot of doors. But I must be able to update tables (map layers) using ODBC for it to be fully useful. I have tried adding the spatialite and rtree dlls to various folders but couldn't get it to work on Windows 10. It would be awesome if this driver supported spatialite and rtree "out of the box"

Thanks!