Data access layer: Difference between revisions

Content deleted Content added
Removed spam
No edit summary
Line 6:
 
Consider that you have to interact from a specific table in the database (like insert, delete, update) then you just create a class and a few stored procedures in the database, where you call those Stored Procedures from a method inside the class. and class in return on the coding side will return an object containing the requested values.
 
[[Object-Relational Mapping]] tools provide data layers in this fashion, following the [[Active Record]] model.
 
[[Category:Databases]]