RE: Front End or Backend - Where to put what?
From: BigDuke6UK (BigDuke6UK_at_discussions.microsoft.com)
Date: 09/23/04
- Next message: John Vinson: "Re: Outlook won't auto send and receive. Must click send/receive but."
- Previous message: DQ: "Re: Copy table in a split database"
- In reply to: BigDuke6UK: "Front End or Backend - Where to put what?"
- Next in thread: Craig Alexander Morrison: "Re: Front End or Backend - Where to put what?"
- Reply: Craig Alexander Morrison: "Re: Front End or Backend - Where to put what?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 08:15:23 -0700
First of all thanks for your replies.
I intend to run Access at both ends so it seems my approach as already been
decided i.e queries and code go at the Front End. However a further confusion
on my part is the tiered approach of 'Data Layer, Business Layer and
Application Layer'. My thoughts were to seperate 'data access' code and
relevant objects from the 'presentation code' relating to Form events and
reports and somwhere in between the two have the 'application layer' dealing
with all the business logic such as large scale queries, functions and
procedures and basically all the behind the scennes stuff the application is
being built for. I think I may be in danger of thinking too much and
confusing myself with abstract concepts and what is actually acheivable. Any
further comments?
Thanking you in advance.
"BigDuke6UK" wrote:
> I am designing a fairly large scale Access 2003 application. I intend to have
> a front end for around 20 clients and a server backend. Server is running Win
> 2003 Server and clients XP Pro. I am confused as to where I should put my
> code and stored queries, on the front end with the table data or on the
> backend. I have two very good books by my side but they contradict each
> other. Also a programmer friend of mine says that all queries and code used
> to access the data tables should be kept at the front end data layer but my
> thinking is that queries and code should take place at the back end in order
> to spare the server unecessary workload. Any help would be greatly
> appreciated as I am going round in circles at the moment.
>
- Next message: John Vinson: "Re: Outlook won't auto send and receive. Must click send/receive but."
- Previous message: DQ: "Re: Copy table in a split database"
- In reply to: BigDuke6UK: "Front End or Backend - Where to put what?"
- Next in thread: Craig Alexander Morrison: "Re: Front End or Backend - Where to put what?"
- Reply: Craig Alexander Morrison: "Re: Front End or Backend - Where to put what?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|