what is data access layer?

Answer Posted / dheeraj

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is singleton design pattern in java?

824


Is dependency injection a design pattern?

755


Explain three types of components comprise an application design?

782


Can we inherit singleton class?

795


What is the gang of four design pattern?

822


What is synchronizer token pattern?

806


Is mvc is a design pattern?

806


What are the 23 design patterns?

909


Can we make the reference instance non static?

757


When singleton pattern is used?

796


What is the difference between proxy and adapter?

791


What is difference between function oriented design and object oriented design?

780


How do you choose a design pattern?

785


Is singleton scope thread safe?

834


Is singleton bean thread safe?

729