Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
we are using three tier architecture now .we have separate the database codes into DAL.covert tat arguments into BLL into Page.
But we need to add another level Database related queries store in text file.
Is It Possible to Apply?
if Yes Means How?
Pls.Reply Me.
thx and regards
by prabu.
Posted
Updated 29-Sep-10 2:43am
v2
Comments
Rahul P Nath 30-Sep-10 0:13am    
Could you be a little more clear on what you are trying to achieve.
Already you are having a DAL layer.Is it that you want to split that again into two?
thatraja 30-Sep-10 1:37am    
Need more clear details about your question.

1 solution

Make a class DBConnetion for Connection
Make a Class DBacess for Defining all defination for different queries and stored procedures.
Make Classes passing DBQuery for .
Make classes for Business Logics
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900