ADO.NET Data Providers

The Data Providers communicates with data storages like database , spread sheets, text file etc. In order to connect to SQL Server database we are using the Classes from System.Data.SqlClient namespace and when we want to connect an OLE DB data sources we are using the Classes from System.Data.OleDb namespace. From the following VB.NET programs you can see some basic operations in ADO.NET Classes.