In asp.net pages which namespaces are required to enable the use of databases? Sunil Singh153011-Jul-2017 ado.netado.net Updated on 21-Sep-2020
Sunil Singh
11-Jul-2017We use following namespaces to enable the use of databases in ASP.NET pages:The System.Data namespace in all cases
The System.Data.OleDb namespace is implement to use any data provider, such asAccess, Oracle, or SQL
The System.Data.SQLClient namespace is use for specifically to use SQL as the dataprovider