A database management system typically deals with storing, modifying, and extracting information from a database. It can also add, edit and delete records from the database. However, a DBMS can be very difficult to handle by ordinary people or business men who have no technological backgrounds. Fortunately, we can create user friendly database applications to handle the aforementioned jobs with the DBMS running in the background. One of the best programs that can create such database application is none other than Visual Basic 2012.
We have written three lessons on creating database applications in Visual Basic 2012, they are
- http://www.vbtutor.net/index.php/visual-basic-2012-lesson-29-working-with-databases-part-1/
- http://www.vbtutor.net/index.php/visual-basic-2012-lesson-30-working-with-databases-part-2/
- http://www.vbtutor.net/index.php/visual-basic-2012-lesson-31-working-with-databases-part-3/