Working with a database
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to make an address book and am having trouble with certain steps. Does anyone know where I could find a good example to add, delete, find, edit, save, and undo changes to an access database? This is my first time creating a project with a database and am having trouble with the concept. An example would be once a user fills in all the text boxes with their info and clicks the save button, do I have to update and add rows to my dataset first and then update the database? That is the confusing part for me. Even just a small example would be great for me to get the overall concept and build on it from there. I am using VB.Net. Thanks:) Beginner in ASP.Net and VB.Net