07-30-2011, 05:10 AM
I am trying to update the database when I make changes to the data but this code won't work. Thanks for the help in advanced!!
me.validate()
me.customersbindingsource.endedit()
me.tableadaptermanager.updateall()
msgbox("Successfully Updated")
I get the message box but when I re load the application the changes are gone.
me.validate()
me.customersbindingsource.endedit()
me.tableadaptermanager.updateall()
msgbox("Successfully Updated")
I get the message box but when I re load the application the changes are gone.