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)
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
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)