I am a new programmer in VB.I have started a project . I want to save my data in my access database through a button.The name of my access file is
"EmpSystem" and the name of the table in access is
"New".I have put a save button on my VB form and Write the code for it as given below.
NewBindingSource.EndEdit()
NewTableAdapter.Update(EmpSystemDataSet.NewDataTable)But it gives me error.Please let me help by any experience person to correct the code.
Below is the screen shot of my code window.

Replies
Know the answer? Post it — somebody with the same question will find it here.