Database in a Server Environment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I use Access 2000 to crate a Database that will be accessed from at least
5 computers?
 
No problem.
You should however split the Data (Backend = BE) from the functionality
(FrontEnd=FE) & provide each computer (user) with their own copy of the FE.

Pieter
 
Thanks Pieter for your help. I did split the Database and it worked, but now
when I tried to run a querry it wont let me because "another user is
accessing the same data". What can I do about it?
 
Thanks John for your help. The five PCs are in the same fast and stable
network.

I have splited the database and it worked. Now when I tried to run a querry
from one of the PCs it gave me a message that the "request can not be
processed because another user is accessing the same data". How can this be
prevented?

Thanks again.

ITNow
 
Thanks John for your help. The five PCs are in the same fast and stable
network.

I have splited the database and it worked. Now when I tried to run a querry
from one of the PCs it gave me a message that the "request can not be
processed because another user is accessing the same data". How can this be
prevented?

What kind of query? Access certainly won't let you run two data-modification
queries at the same time on the same record (or set of records). How are the
users interacting with the data? Forms? Running batch update queries? or what?

John W. Vinson [MVP]
 

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

Back
Top