It will tell you what providers, standard and otherwise, are available for any particular database. You'll pretty much always be able to use OleDb and Odbc, which will require you to install an appropriate OLE DB provider or ODBC driver. There may also be a database-specific provider available, either from the database vendor or a third-party. Those may be free or they may not. Once you've picked an ADO.NET provider, the code pattern is exactly the same regardless. Only the specific types will change.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.