Which namespaces are required to enable the use of databases in ASP.NET pages?
6764
04-Nov-2011
hanmandlu vasani
16-Apr-2014The following namespaces are required to enable the use of databases in ASP.NET pages:
The System.Data namespace.
The System.Data.OleDb namespace (to use any data provider, such as Access, Oracle, or SQL)
The System.Data.SQLClient namespace (specifically to use SQL as the data provider)