1
Reply

Which namespaces are required to enable the use of databases in ASP.NET pages?

    The 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)