Data access object: Difference between revisions

Content deleted Content added
No edit summary
Ta bu shi da yu (talk | contribs)
No edit summary
Line 1:
In [[computer software]], a '''Data Access Object''' (DAO) is a [[software component|component]] which provides a common [[Interface (computer science)|interface]] between the [[Application software|application]] and one or more [[data storage device]]s, such as a [[database]] or [[Computer file|file]]. The term is most frequently applied to the Data Access Object [[Design pattern (computer science)|design pattern]].
 
'''Data Access Objects''' was also used by [[Microsoft]] (typically abbreviated to DAO), as the name of a library they created based on this pattern.
 
== Why use Data Access Objects? ==