ASP.NET .NET and Databases Tutorials
Learn how to connect to databases, and where to store connection details, how to use all of the data source controls, and how to use the data display controls, for both displaying and editing data. You’ll see how to use three different data sources, so you have a choice when
it comes to working on your own Web sites. MySQL has an ODBC interface. A Microsoft Access database (MDB) file has an OLE DB interface. SQL Server has both ODBC and OLE DB interfaces, as well as its own optimized set of access methods.