Question 601. What Are The Different Namespaces Used In The Project To Connect The Database? What Data Providers Available In .net To Connect To Database?
Following namespaces are used to connect to Database. Data namespace. Data. OleDb namespace – A data provider used to access database such as Access, Oracle, or SQL. Data. SQLClient namespace – Used to access SQL as the data provider.