Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why singleton beans are not thread safe?

1132


What is singleton and factory pattern?

1076


Which design patterns have you used in your project ?

1093


What are the main usage of the patterns?

1149


What is single tone design pattern in java?

1121


What are structural design patterns?

1200


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

1069


What is the difference between factory and builder design pattern?

1037


Why have we declared the instance reference volatile?

1069


What are creational design patterns?

1140


How do you choose a design pattern?

1090


What are the categories in which the design patterns can be divided?

1206


What is the difference between builder and composite?

1215


What are the most important software design patterns?

1240


Can we make the reference instance non static?

1149