G
Guest
I have been reading up on the N-Tier application Design Model.
I understand the concept of and the purpose of breaking up the application
in to
seperate modules (or tiers) for reusabillity and ect.
What i dont understand though is what exactly needs to be on a data access
tier.
For example I am working on a project right now that i was thinking of making
Tier 1: UI (Asp.Net)
Tier 2: DA (Class Library)
Tier 3: Data (Access Database)
so i am assuming obiously that the ui tier is where i would put the design
of the asp.net pages
but what do i put in the data access layer just the data needed to retrieve
and update data
i would have to put some stuff in the ui layer like for example
if i were to make a page transaction that is a new transaction for a ledger
page
i would get the information from the asp.net page that i made to get this
information from the usrer
and then i would send that to the data access layer is that Right?
I quess what i am asking is that i understand why to use the N-Tier Model i
just dont understand
neccesarily how to implement it.
Also, what is best for this sort of project.
do i just at runtime load the datainto a dataset and then break it up into
collections of user defined types
that i have created or should i just use a database project and just use a
bucnh of scripts?
WStoreyII
Thanks Again For The Help
I understand the concept of and the purpose of breaking up the application
in to
seperate modules (or tiers) for reusabillity and ect.
What i dont understand though is what exactly needs to be on a data access
tier.
For example I am working on a project right now that i was thinking of making
Tier 1: UI (Asp.Net)
Tier 2: DA (Class Library)
Tier 3: Data (Access Database)
so i am assuming obiously that the ui tier is where i would put the design
of the asp.net pages
but what do i put in the data access layer just the data needed to retrieve
and update data
i would have to put some stuff in the ui layer like for example
if i were to make a page transaction that is a new transaction for a ledger
page
i would get the information from the asp.net page that i made to get this
information from the usrer
and then i would send that to the data access layer is that Right?
I quess what i am asking is that i understand why to use the N-Tier Model i
just dont understand
neccesarily how to implement it.
Also, what is best for this sort of project.
do i just at runtime load the datainto a dataset and then break it up into
collections of user defined types
that i have created or should i just use a database project and just use a
bucnh of scripts?
WStoreyII
Thanks Again For The Help