![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Programming tutorials All Knowledge Info and links to posted here |
![]() |
|
Data Access Layer For Microsoft Access Databases
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 18,715
Join Date: Jan 2006
Rep Power: 10
IM:
|
This first installment provides instructions and a downloadable example that can be used to create a basic class library (DLL) that will be extended in future installments to become a data access layer for Microsoft Access databases. Instructions for Creating a Class Library for a Data Access Layer A. Create a new Visual Basic Visual Studio 2005 Windows Forms solution. B. Add a Visual Studio 2005 Class project to the Visual Studio solution. 1. From the File menu select Add -> New Project...C. Add a component class to the DataService project. 1. Right-click the 'DataService' project in the 'Solution Explorer' panel and select Add -> New Item...D. Add one or more data sources to the DataService project. 1. Add a data source to the DataService project That's it for this installment of the article. In this installment a basic class library (DLL) has been created that can be extended to become a data access layer for Microsoft Access databases. In the next installment the class library will be extended and used for the first time by a Windows Forms application |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|