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)
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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)