Closed KrisFoster44 closed 6 years ago
The ArcObjects Workspace has ExecuteSQL. The ArcGIS Pro SDK has the ArcGIS.Core.Data.DatabaseClient.ExecuteStatement
When will the runtime have a way to run SQL in the SQLLite datasources. This is need din the runtime, since the path is different for each os and the way to load the ST_GEOMETRY for sqlite requires path file location information. Since the SQLite connection is already initialized by runtime, with ST_GEOMETRY enabled, having an injection system makes for re-usable code.
Cases:
Note: Fire and forget is what is available every where else. Meaning execution of the SQL will result in something, but the results would be accessed via the standard APIs.
If a sample of how to get the ST_Geometry location on each OS's install was made available, we could work around this.
Yea about time lets do it
IWorkspace provides an ExecuteSql function. Any chance for this functionality to be added to runtime for a .geodatabase for custom tables, queries, etc? Or should we just assume we need our own Sqlite functionality in our apps if we want this functionality?