How to retrieve and display records from an Access database by using ASP.NET, ADO.NET, and Visual C# .NET (308100)
The information in this article applies to:
- Microsoft ADO.NET (included with the .NET Framework 1.1)
- Microsoft ADO.NET (included with the .NET Framework) 1.0
- Microsoft ASP.NET (included with the .NET Framework 1.1)
- Microsoft ASP.NET (included with the .NET Framework) 1.0
- Microsoft Visual C# .NET (2003)
- Microsoft Visual C# .NET (2002)
This article was previously published under Q308100
For a Microsoft Visual Basic .NET version of this article, see 308278.
This article refers
to the following Microsoft .NET Framework Class Library namespaces:
- System.Data
- System.Data.OleDb
IN THIS TASKSUMMARY This step-by-step article describes how to programmatically retrieve
data from a Microsoft Access database, and then present the data to the user. The
goal of this article is not to provide every conceivable approach to the issue.
It is intended to offer a simplified solution that uses ASP.NET, ADO.NET, and
Visual C# .NET as an introduction to the related technologies. The sample in
this article uses the OleDbConnection, OleDbCommand, and OleDbDataReader classes. These classes are part of ADO.NET and the Microsoft .NET
Framework. The data is presented by using the Table ASP.NET server control. For additional resources about related approaches, see the
REFERENCES section. back to the topREFERENCES For more information, see the following topics in the .NET
Framework SDK documentation: For more information about ASP.NET, visit the following Microsoft Web site to view the ASP.NET QuickStart
tutorial: back to the
top
Modification Type: | Minor | Last Reviewed: | 5/2/2006 |
---|
Keywords: | kbHOWTOmaster kbSystemData KB308100 kbAudDeveloper |
---|
|