Roey Posted December 11, 2003 Posted December 11, 2003 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 Quote
Moderators Robby Posted December 11, 2003 Moderators Posted December 11, 2003 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. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.