How To Retrieve and Display Records from an Access Database by Using ASP.NET, ADO.NET, and Visual Basic .NET (308278)
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 Basic .NET (2003)
- Microsoft Visual Basic .NET (2002)
This article was previously published under Q308278
For a Microsoft Visual C# .NET version of this article, see 308100.
This article refers
to the following Microsoft .NET Framework Class Library namespaces:
- System.Data
- System.Data.OleDb
IN THIS TASKSUMMARYThis 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 Basic .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: | 6/29/2004 |
---|
Keywords: | kbHOWTOmaster kbSystemData KB308278 kbAudDeveloper |
---|
|