Data Entry Forms


DbWrench can generate dynamic Graphical User Interface (GUI) forms for data entry into database tables. These forms can be an alternative to writing SQL to modify data.

For example if data was to be inserted into table, DbWrench would create a form with GUI widgets for each column in the table. The widgets correspond to the data type of the column as such:

Here are some examples of dynamically generated data entry forms:


This form can be used to insert a record into the Invoice table. Notice the checkboxes for the boolean columns and numeric text fields for the numerical columns.



This form can be used to insert a record into the Report table. Notice the comboboxes for the foreign key columns and the text area for the text column.



See also:

View Database Data
Modify Data