EndChanges Method (Python)
.EndChanges(). Specifies the end of appending new cases. This method must be called before the cursor is closed.
- This method can only be called once for a given
Cursor
instance and is only available in append mode. - Changes to the active dataset take effect when the cursor is closed.
For an example of using EndChanges
, see the topic on append mode Append Mode (Python).