I’m trying to load the features out of a table in SQLite like I do with a view in SQL Server. To do this I"m using SqliteFeatureLayer(ConnectionString, TableName, FeatureIdColumn, GeometryColumnName). When I load the layer on the map, it starts throwing errors about how it can’t find the column name. I’ve verified that the columns exist, but I am receiving this error when I refresh the map.
Does this not work the same as MsSql2008FeatureLayer(ConnectionString, TableName, FeatureIdColumn)?