How to Use A Database

Vegito_ZA

Member
Joined
Mar 4, 2016
Messages
8
Programming Experience
Beginner
Hi,

I am trying to teach myself VB. I am trying to create a program that stores data in a database on one form and then displays it if another form is opened and edited on another form. I have created the forms and all that stuff works, but I cant get the database to function correctly. What method should I use to create/link the database. Any advise or links to decent tutorials would be appreciated. Thanks in advance.
 
Rather than asking us to explain it from scratch, how about you show us what you've done and where it doesn't work as you expect? If you haven't done anything I suggest you do some research because there's plenty of information out there regarding data access in VB.NET. There's a tutorial link in my signature below and it includes some information on data access.
 
Back
Top