Error when trying Update on SQLDataAdapter
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
:mad:Helo What´s wrong when this Error commes up? System.InvalidOperationException: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) What im trying to do is Updating a SQLServer Table with a offline updated Dataset. The Dataset is build by the .copy method. And the first table is identical to that on the SQLServer