How to insert & retrieve data from database using MS Access in Vb.net (Part-1) | Visual Studio 2019

Опубликовано: 15 Апрель 2020
на канале: Make It Simple
1,242
14

This video will show you how to insert and access/retrieve data from the database into your program via coding.
By Using a Microsoft Access, we need to use OleDbConnection to connect the database.

UseCase :
ConnectionString which helps us to connect to the Database.
OleDbDataAdapter serves as a bridge between a DataSet and data source for retrieving and saving data.
DataTable type stores data in memory.
BindingSource is used for Data Binding which can control to a datasource like a DataSet.
The BindingSource component is designed to simplify the process of binding controls to an underlying data source.

Download the Source Code :
https://github.com/MakeItSimple6/retr...