We have a WPF project that works and receives and writes data to MS Access. On the first form is a ListView with the display of a table from the database. In the second form, the user enters the data row, which is added to the table from the database.

The question is as follows:

How to add a row to a database table (say Table1)?

In WindowForms, I added a string to the control, filled in, and wrote down (update dataset), and in WPF I ask for help to figure it out.