Saturday, August 21, 2010

How can i modify data from an Acces 2000 database using visual basic?

I already made a form that can read data from the database but I don't know how to modify the data.How can i modify data from an Acces 2000 database using visual basic?
It depends on which version of Visual Basic you are talking about. Version 6.0 and earlier you could use DataBound controls. You place the databound controls (textbox, combo box etc) on your form and then specify a data source. The data source is also a control which you use to actually make the connection to the database.





If you are using VB.net the concept is the same.How can i modify data from an Acces 2000 database using visual basic?
What modifications do you want to make?

No comments:

Post a Comment