|
The form editor is used to manipulate row data in a form view.
This is a convinient presentation since it is easier to get an
overview of the values. The form editor is launched using the Data
tab toolbar buttons or by double clicking on a row number in the
Data tab.
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.
|