None of our business objects have any notion of using SQL. Our DAL has the
methods to do execute and return the appropriate data.

>From: "Rolls, Robert" <[EMAIL PROTECTED]>
>Reply-To: dotnet discussion <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [DOTNET] OT: N-Tier Design
>Date: Fri, 17 May 2002 14:21:20 +1000
>
>how many of you guys have raw SQL in the business Business Logic layer
>- or do you have coressponding functions in you Data Access Layer i.e
>
>UI->onClick()->BBL->GetCustomers()->DAL->ExecuteQuery( SQL );
>
>or
>
>UI->onClick()->BBL->GetCustomers()->DAL->GetCustomers()

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to