Find Us OIn Facebook

Solving SQL Delete Problem


 “Update requires a valid DeleteCommand when passed DataRow collection with deleted rows to it.” It is one of the mistakes that everyone who is new to the database gets. Today we showed the solution of this in this article.

How to Solve SQL Delete Problem

  • To solve this problem, you need to use the Primary Key on the tables in your database.
  • If you use a primary key, the problem will be solved. Good work !

Post a Comment

Previous Post Next Post