Splitting a database

M

Melissa

Hi

I have heard that developers "split" their database. Is that necessary to
do? If so, how is it done?
Does that enable you to put the database on the Company's Server so that
more than one computer on the network can access it?

Thank you

Melissa
 
A

Arvin Meyer [MVP]

If you are contemplating multiple users, it is not only necessary, it is
imperative. You run the data tables on a server and a copy of the front-end
on each workstation, linked to the backend on the server.

If you are using a server at all it is useful and faster to split the
database.
 
T

troy23

It gives a slight improvement in performance and is best suited when
there are multiple users.

You export your tables only to a new database and put that on your
server.

You then use the remaining database to connect to those tables.

You put a copy of this database on each users PC


For FREE Access ebook and videos click here
http://access-databases.com/ebook
 

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