PGDB, ArcGIS 10 SP4
We have an open edit session
In code we create a new featureclass and add a new feature.
Users stop editing with out saving.
The new featureclass (table) is removed from the database - (not saved there).
All looks ok.
Build the feature cache (doing this in code but fails manually as well)
Get: Error
The Microsoft Jet database engine cannot find the input table or query '<Table Name here>'. Make sure it exists and that its name is spelled correctly.
If we exit ArcMap and restart it is all ok - so something is cached.
We hold a reference to the workspace which is opened at the start of an edit session.
My only though is we need to close and re-open the workspace session.
Any ideas on what is being cache or how to solve????
Thanks
Andrew