insertcommand

  1. S

    Exception: "Update requires a valid InsertCommand..."

    Exception: "Update requires a valid InsertCommand when passed DataRow collection with new rows" This is the error message i got when i tried to update my database. The way i'm trying to update is by creating 2 DataRow objects and adding each to a DataTable that i filled with DataAdapters, then i...
Back
Top