Splitting an Access 2003 Database

V

Vijay Chary

Hi !!
Under what conditions should I split my database? How is it done
? What are the advantages of splitting my database ?

Thanks in advance !! :)



Vijay
 
D

Douglas J. Steele

Rick Brandt said:
Any time you will have multiple users you should split. The exception
would be a rarely used file where more than one person uses it, but the
odds of them doing so at the same time is small.

(there is no harm in always splitting)

Heck, I split all my single user applications. What if you want to change
the functionality when there's already data there?
 
D

David W. Fenton

Any time you will have multiple users you should split. The
exception would be a rarely used file where more than one person
uses it, but the odds of them doing so at the same time is small.

(there is no harm in always splitting)

Another caveat:

All replicated apps should be split, since replication doesn't work
reliably over the long term with anything but data tables and
queries.
 

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