Namespaces enabling use of databases in the ASP.NET pages

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

E

Expert

Verified

The following namespaces are essential to enable the use of databases in the ASP.NET pages:

a) The System.Data namespace.

b) The System.Data.OleDb namespace (to use any data provider, like Access, Oracle, or SQL).

c) The System.Data.SQLClient namespace (precisely to use SQL as the data provider).

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.