ASP.NET 2.0 Instant Results
code are in the data layer, a combination of database tables and stored procedures. The data access layer
is examined next.
The business layer has been coded as seven classes, which you tour through shortly.
business and data access layers to create the diary's interface. This layer is discussed in the last part of
this section.
be changed to work with other databases. If the database supports stored procedures, then in theory all
that's needed is a change of connection string and creation of stored procedures matching those in the
current SQL Server database. If the database doesn't support stored procedures -- for example, MS
Access -- changes to class code would be necessary but not difficult.