what is data access layer?

Answers were Sorted based on User's Feedback



what is data access layer?..

Answer / arunachalam

Data Access Layer which is receive a request from buisness
object layer and speaks to database , get the result and
return to buisness object.

All sqls and Stored procedure execution will be placed.

Is This Answer Correct ?    13 Yes 0 No

what is data access layer?..

Answer / 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

what is data access layer?..

Answer / mvkotekar

DAL stands for Data Access Layer one of the design patterns
used in application Design architecture. DAL used in
UI ->BL->DAL->DB

The IO from UI is passed to BL. The BL talks with DAL for
retriving and updating values in the database. DAL forms a
bridge between the Buisness Logic (BL) and the Database (DB).

Is This Answer Correct ?    2 Yes 0 No

what is data access layer?..

Answer / design baboo

Data Access Layer or DAL in an application is the layer which
takes care of interaction with database. In DAL , generally
Insert, Update and Delete Queries are written. DAL sits
between database and the Business layer.

Is This Answer Correct ?    2 Yes 2 No

what is data access layer?..

Answer / usha mabel rani

It contain objects that know how to communicate with place
where data reside it be a relational
database,mainframe,internet,or file.

Is This Answer Correct ?    0 Yes 0 No

what is data access layer?..

Answer / devarathnam c,kotagudibanda(po

Hi... Data access layer is nothing but EIS(Enterprise
Information Server)which can store the databse objects
associated to the webapplication.

Is This Answer Correct ?    1 Yes 2 No

what is data access layer?..

Answer / david mathias

Hi Usha Mabel Rani,

The question is " What is Data Access Layer?" not "What
data access layer contains.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Design Patterns Interview Questions

What is the publish/subscribe model?

1 Answers  


What is grouping in CSS?

1 Answers  


Is singleton an anti pattern?

0 Answers  


what are the creational design patterns

0 Answers   Infosys,


SAP Design Studio live classes by Exports

1 Answers   SAP Labs,






What is the use of design patterns?

0 Answers  


What is onion architecture?

0 Answers  


Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?

0 Answers  


What is the design pattern?

0 Answers  


what is design patterns? which design patterns mostly used in .net? How it is used with examples?

1 Answers   IBM, Satyam,


Quartus II software version 6.0 is available for which operating systems (OS)?

0 Answers  


Why singleton beans are not thread safe?

0 Answers  


Categories