Difference between revisions of "Data Access"
Jump to navigation
Jump to search
(Created page with "== General == The Data Access Layer is the tier of an application, where the actual sources are connected. In opposite to the Data Abstraction Layer, where the developer inter...") |
|||
Line 4: | Line 4: | ||
on a higher level of abstraction, the data access usually encompasses not only information | on a higher level of abstraction, the data access usually encompasses not only information | ||
about the data sources but also about the means of connection like driver details. | about the data sources but also about the means of connection like driver details. | ||
+ | |||
+ | == Microsoft == | ||
+ | Microsoft offers several types of data access components (Microsoft Data Access Components – MDAC), which compound of | ||
+ | |||
+ | * ADO | ||
+ | * OLEDB | ||
+ | * ODBC | ||
+ | |||
+ | [http://www.ozgrid.com/forum/showthread.php?t=28221&s=365cb6a3a47e0fd69f90e02aa1dc5d9f&p=143369#post143369 ozgrid] | ||
[[Category:Technology]][[Category:Architecture]] | [[Category:Technology]][[Category:Architecture]] |
Revision as of 16:42, 4 February 2016
General
The Data Access Layer is the tier of an application, where the actual sources are connected. In opposite to the Data Abstraction Layer, where the developer interacts with the data model on a higher level of abstraction, the data access usually encompasses not only information about the data sources but also about the means of connection like driver details.
Microsoft
Microsoft offers several types of data access components (Microsoft Data Access Components – MDAC), which compound of
- ADO
- OLEDB
- ODBC