Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Data Access Layer is typically a key layer in any application as most applications almost always have some need to access data from databases. SQL is supported by default by all relational databases, but it is also a fact that every database vendorshave their own custom functions or extensions added on to SQL as a value added feature. This gives rise to an interesting problem of how should a data access layer be modeled.

Topics



  • No labels