R>Насколько я понял, завершение транзакции по commit уже реализованно в методе Update. В MSDN по это поводу написано:
R>
R>TableAdapter.Update(DataTable)
R>Attempts to save all changes in the DataTable to the database. (This includes removing any rows deleted from the table, adding rows inserted to the table, and updating any rows in the table that have changed.)
R>
R>Метод возвращает колличество успешно добавленных строк в таблицу. В моём случае это 0. Почему так?
как Вам и сказали: надо сделать commit