I made a small program and used the SQLite designer to generate the required components: DataSet, BindingSource, TableAdapter and bound these to a DataGrid
The visual part works nicely; I can remove rows, insert rows but for some reason the data is not saved even when calling AcceptChanges().