I have a table stored in a SQL (non GDB) database. The table has SQL geometry.
I need to append this table to a featureclass in a SQL Geodatabase.
I am able to Access an ITable from the SQL DB, but not an IFeatureClass.
When I try to append the ITable to an IFeature Class using the AppendFeatures in C#, I get an error that says the input and output must be of the same type.
How do I get my ITable cast to and IFeatureclass?
Thanks,
Mele