Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
StrataFrame allows you to create your own DAL just as we have created the SQL, Oracle, VFP, Access, and Enterprise Server DALs. You can create your own DAL to talk to anything that you would like....even a text file if you had the desire. When you create a DAL you will inherit the DbDataSourceItem class which will provide the structure and layout required by the framework. Once you have your DAL class created it can be used over and over again. Additionally, it ties seamlessly into the framework and the business layer so all of the internal ADO.NET components will be there and will act no different than if you were using SQL Server.
|