jh71283 said:
This has nothing to do with WPF - your table adapter has no update command.


This usually occurs if you have not set a primary key on that table in the database.

Create a primary key, then re-create the datatable.
of course need to create primary key, quite forgotten. I just did not notice that there is no key.

Thank you, very much