Im getting this error when I try to run an update. "Update requires a valid UpdateCommand when passed Datarow collection with modified rows."What does this mean, I'm lost.
did you set the dataadapter.updatecommand to any command, if you didnt alternatively you can use the command builder object like this
OleDbCommandBuilder CB = new OleDbCommandBuilder(youradaptername);