I have my SQL all in the DAL - but no real "logic". The business layer
holds the logic of what calls to make to the db, but no SQL at all.

Dino

-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Rolls, Robert
Sent: Friday, 17 May 2002 16:21
To: [EMAIL PROTECTED]
Subject: [DOTNET] OT: N-Tier Design


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()


Regards,
Robert Rolls


**********************************************************************"
This correspondence is for the named person's use only. It may contain
confidential or legally privileged information or both. " No
confidentiality or privilege is waived or lost by any " mistransmission.
If you receive this correspondence in error, please immediately delete
it from your system and notify the sender.  You must not disclose, copy
or rely on any part of this correspondence if you are not the intended
recipient.

Any views expressed in this message are those of the individual sender,
except where the sender expressly, and with authority, states them to be
the views of Vodafone.

This email has been checked for viruses.
************************************************************************
**********************

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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.361 / Virus Database: 199 - Release Date: 07/05/2002


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.361 / Virus Database: 199 - Release Date: 07/05/2002

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