Data access layer (DAL) , this system realize visiting the
SQL Server 2005 access database. Data access layer separates
all the relevant process businesses in the database operation,
when the database structure changes,what we should do is only
to modify data access layers code, and do not need to modify
other place, which would make it convenient for dealing with
different databases.