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);