How to Make VB.NET Console Application with MS Access Databse 2007
This is a VB.Net Console Application program using Access Database 2007. It is very helpful in learning VB.Net with Database Programming.
Instead of using Windows Forms, this program is using console application to insert record into MS Access database.
Please follow the steps below on how to create a console application from scratch.
1. Create the database file called "database1.mdb" by opening the MS Word file called "How to Create DB in 2007.doc" and follow the instruction.
2. Open Visual Studio Editor.
3.
- Read more about How to Make VB.NET Console Application with MS Access Databse 2007
- Log in or register to post comments
- 765 views