Kind of update operation.
Source position: db.pas line 1594
| type TUpdateKind = ( | ||
| ukModify, | 
 | Modify an existing record in the database. | 
| ukInsert, | 
 | insert a new record in the database. | 
| ukDelete | 
 | Delete a record in the database. | 
| ); | 
TUpdateKind indicates what kind of update operation is in progress when applying updates.
| 
 | Action to perform when an update operation fails. | |
| 
 | Action to take when a data manipulation operation has failed. |