Data Relations - Architecture

Roey

Junior Contributor
Joined
Oct 10, 2002
Messages
238
Location
Canada
I have an n-tier application that requires the creation of Data Relations using ADO.Net. My question is on which tier would people recommend that I put this relationship:

The Data Layer
The Business Layer
The Pesentation Layer
 
I would put it in the business layer, because the data layer shouldn't know specific rules on how to handle the data and the presentation shouldn't know anything regarding data or its' rules.
 
Back
Top