I'm having difficulty with UseMessageTable when CachedUpdates is True on a TOracleDataSet.
With multiple datasets on a form, some are single row edits, some are grid based edits. I need the CachedUpdates as the contents can be invalid during editing. This works fine, no problems.
However, the...