what is data access layer?

Answer Posted / alok saxena

Data Access layer is actually a part of Architecture layer.
It has 2 tier,3 tier or N tier Layer. Generally we use 3
tier Layer 1) Presentation layer,Business Logic layer and
then Data Access Layer. Data Access layer is a medium to
talk between database and Business Logic layer. It helps to
maintain flexibility,resuablity and even secuity also. In
security SQL Injection can be stopped with 3 iter
Archietcture.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of clr?

721


What is the difference between Command and CommandBuilder object?

780


What is dao and ado?

703


What does ado stand for?

698


Explain how to find the given query is optimised one or not?

712


Explain why canot we use multiple inheritance and garbage collector paralelly in .net?

789


Explain how can we load multiple tables in to dataset?

698


Which is faster ado.net or linq?

757


Why do we need ado.net?

730


How to find the given query is optimised one or not?

734


What are the connected and disconnected modes in ado.net?

693


What are the namespaces used in ADO.Net to connect to a database?

801


How to store data in memory?

692


How do you update a dataset in ado.net?

758


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

763