Database sharing

  • Thread starter Thread starter Majed
  • Start date Start date
M

Majed

Do I really need to split the database to share it?
Can't I put it in a share folder and then create shortcuts for it on the
computers that need to have access to it?
 
While it's possible to do what you're describing, it's a very bad idea.
Having multiple people open the same database increases the possibility of
database corrupting significantly. As well, having the application part of
the database (i.e. the forms, reports, macros and modules) on the server
increases the amount of network traffic, since all those objects need to be
copied to the workstation to be executed.

Splitting a database is a trivial exercise. I can't think of a legitimate
reason not to do it.
 
Thank you Douglas,
I was just wondering; and also sometimes, using the way I described in
sharing the database, if you click on one shortcut, it doesn't do nothing if
somebody else is already wokring on the database. Do you think that's
something to do with sharing the database without splitting it.

Thanks again.
 

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

Similar Threads

Multi-user database deployment 2
VNC Viewer help. 3
Hide backend folder 4
User Permission 3
Multiuser Access 1
Securing a split Access database 2
Network Folder Permissions 4
How to split Front end/Back end 7

Back
Top