I am using VB net 2005 for Desktop Application and SQL Server 2000 as a database server. For data access I am using “Typed Dataset”.
Whenever I want to save data after editing and deletion VB shows the following error.
“Update require a valid UpdatCommand when passed DataRow collection with modification rows.”
This error not occurs when I am saving after addition of new record.
Please guide me where is actual problem.
Whenever I want to save data after editing and deletion VB shows the following error.
“Update require a valid UpdatCommand when passed DataRow collection with modification rows.”
This error not occurs when I am saving after addition of new record.
Please guide me where is actual problem.