Hello, To send the changes to the database, we may need to build a CommandBuilder first, for example: Dim objCommandBuilder As New OleDbCommandBuilder(da) daAuthors.Update(ds, "Test") MsgBox("updated successfully") Will you please have a try and tell me the result? For the walkthrough on updating database using DataSet, I recommend you refer to: http://support....



