dheeraj


{ City }
< Country > india
* Profession *
User No # 12485
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 10
Users Marked my Answers as Wrong # 0
Questions / { dheeraj }
Questions Answers Category Views Company eMail




Answers / { dheeraj }

Question { Honeywell, 15880 }

what is data access layer?


Answer

DAL is a class which you can for talking to database. In
this case you do not need to worry about creating DB
connection, destroy db objects, connection pooling.
Everything is handled by DAL for you. You only need to
create class derived from DAL and define sored procedures
and classes for storing result from stored procedures.

This is very convenient way of talking to DB.

Is This Answer Correct ?    10 Yes 0 No