|
The inline editor (DbVisualizer Personal) is used to make
manipulations of data directly in the Data tab grid. To edit an
existing column value of a row, just select it and start typing. All
edited fields are colored in yellow to indicate that only these will
be updated once the edit is commited. A data type popup menu can be
opened once a cell is being edited. To commit an edit just select
another row or explicitly press the commit button in the Data tab
toolbar. A new row can be inserted using the Insert Row in the Data
tab toolbar as well can a row be deleted by using the Delete row
toolbar button.
The edit functionality in DbVisualizer
determines that only one row will be affected by the edit. I.e
DbVisualizer determines the uniqueness of a row by:
- Primary Key
- Selected columns
- All old column values
If DbVisualizer cannot limit the
update to affect only one row then an error dialog will be displayed
indicating that the edit failed.
|