Question How to save to access database?

oiir

New member
Joined
Sep 2, 2010
Messages
2
Programming Experience
1-3
Welcome,

How to save to access database?

I saw that there can be save button on BindingNavigator but I don't have that. When I try tu put that code by hand I get that there is not that command.
What can I do?

VB.NET:
Me.Validate()
Me.ContactBindingSource.EndEdit()
Me.TableAdapterMenager.UpdateAll(Me.ContactsDataSet)
It's from:
VB.NET:
http://www.youtube.com/watch?v=mi6lBiqi_qc

EDIT: I drop and drag my table and now there is the save button.

Topic can be deleted. Sorry for stupid question...
 
Last edited:
Back
Top