In this session we will learn that how to connect MS Access database with Visual basic 6.0. This example will show that how we can add, edit, delete and update data in MS Access files using ADO control. This process will start from creating a simple database file in MS Access and then creating a visual basic application for reading and writing data to and from this file.
This visual basic application will enable user to perform the following operations:
1. Add data in database using ADO control.
2. select/read data in database using ADO control.
3. update data in database using ADO control.
4. delete data in database using ADO control.