Front end back end databases

A

Andy Cap

Can anyone tell me the purpose in having a database developed in a 'front end - back end' structure.
 
P

Peter van der Goes

Andy Cap said:
Can anyone tell me the purpose in having a database developed in a 'front
end - back end' structure.

I'll start the ball rolling.
Maintenance. You can add new forms, reports, etc. without shutting the whole
thing down. The tables remain available to other users through the old front
end while you fix/add features.
Configuration flexibility. The ability to place the data on a server and
keep the client layer (front end) on user workstations.
 
D

Douglas J. Steele

Tony Toews has some good information on this subject at
http://www.granite.ab.ca/access/splitapp.htm

To be honest, I split all of my applications, even if I know they're going
to be single-user and never on the network.

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)


Andy Cap said:
Can anyone tell me the purpose in having a database developed in a 'front
end - back end' structure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top