Data access layer: Difference between revisions

Content deleted Content added
Daverocks (talk | contribs)
m bold article title
JoeBot (talk | contribs)
m typo fix: "persistant" to "persistent" using AWB
Line 1:
A '''Data access layer''' is a [[module]] of [[computer programming]] [[logic]] that provides simplified [[access]] to [[data]] stored in [[persistantpersistent storage]] of some kind - usually a [[entity-relational database]].
 
This Data Access Layer is used in turn by other program modules to access and manipulate the data within the data store without having to deal with the complexities inherent in this access.