Db file on a Server

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

Guest

I have developed a db file (.mde) for use in my hospital. The .mde file will
reside on a publicly available server so all employees in the hospital can
access the file. The expected number of users in total maybe around 50 but
probably no more than 10 at any one time.

I have not deployed an .mde file like this before and would really welcome
any suggestions of issues I need to be aware of when there are going to be
more than one person with the db open at any one time. Does Access block one
user from adding records if another is already doing the same automatically
or do I need to make preparations myself.

Thanks for your comments,
Ian.
 
Hi Albert,

Thanks for your reply, I had wondered about splitting the database and your
link is very helpful. However, just one question, I was wondering why I need
to install the mde on each users PC. The hospital server is readily
accessible to all employees as a mapped drive (eg: H:\...), I was planning to
install it here and merely have a shortcut to the mde on each users desktop.
Is this wrong do you think?

Many thanks,
Ian.
 
Hi Ian,

Saving a front-end on a file share will result in unnecessary network
traffic, to transfer all the bytes of information required to define each
query, form, report, etc., as Albert explains in his article. It is much
better to have a copy of the front-end installed locally, on each users hard
drive. In addition, you really do not want to share a common front-end file,
so if you really want to place the FE on a file server, you should point each
user to their own copy.

Here is a paper that should be helpful for you:

Implementing a Successful Multiuser Access/JET Application
http://www.access.qbuilt.com/html/multiuser_applications.html


Tom Wickerath
Microsoft Access MVP

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
Hi Tom,

Thanks very much for the advice, it is much appreciated. I replied to Albert
as I wasn't sure if I had been clear in my intentions and also being very
green when it comes to deploying across a network. You have both made it
clear for me how I need to proceed and both of you have provided extremely
comprehensive documentation. For that I am extremely grateful and thank you
both again for your help,

Regards,
Ian.
 

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