473,471 Members | 1,967 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

multiple user access on shared network drive possible?

Are there any problems with multiple user access to the same Access
database on a shared network drive? I have 'shared' chosen for
'default open mode'. As for the record locking properties, I selected
'edited record' for default record locking; also, 'Open databases
using record-level locking' is checked.

We seemed to experience difficulties in this office - just once so
far, I think - with more than one user accessing the database on a
network drive. However, I'm not sure if this was a one-time network
glitch or might turn out to be a recurrent problem.

Also, I saw in posts such as
http://dbforums.com/arch/106/2003/8/851472 that users have to be in
the same security .mdw file for record locking to work. I'm not sure
exactly what an .mdw file is, but that seems to be a network
administration/server configuration user involving user groups.
(However, that may be a different issue since that's a situation where
multiple users can access the database when they supposedly are unable
to, given the database record-locking properties. We're experiencing a
different issue: the record-locking properties are set for multiple
users to access the database, but we seem to be experiencing
difficulties with more than one user accessing the database at the
same time.)
Nov 12 '05 #1
1 4347
kr***@hotmail.com (intl04) wrote:
Are there any problems with multiple user access to the same Access
database on a shared network drive? <snip>
Yes. If multiple users access the same mdb file then you will eventually
encounter corruption of data. Split the mdb into Front and Back Ends - that
is, have all the data tables in one mdb (Back end, located on the server)
and all other objects in the Front End mdb, one on each user's local drive.
The FE mdb contains linked tables, the source of which are your BE tables.
We seemed to experience difficulties in this office - just once so
far, I think - with more than one user accessing the database on a
network drive. However, I'm not sure if this was a one-time network
glitch or might turn out to be a recurrent problem.

Also, I saw in posts such as
http://dbforums.com/arch/106/2003/8/851472 that users have to be in
the same security .mdw file for record locking to work. <snip>


Record locking is achieved using a temporary "ldb" file which is created
and stored next to your BE data tables whenever the application is opened.
All users of the app will use this file.

HTH - Keith.
www.keithwilby.org.uk

Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: AGoodSpellr | last post by:
Is it possible to use Visual Studio to create ASP.NET projects on a web server, without giving the various people that will be doing this full administrator privliges? Each user will need to have...
0
by: MikeL | last post by:
I am using Access 2K and have created a simple data access page which only works properly when it is run from the local C drive. The data file that is being accessed is held on a shared network...
5
by: premmehrotra | last post by:
I currently have a multi-user access database which is put on a shared drive L: on a Windows Servers. Entire database is one file premdb.mdb. Users access this database from their laptops....
2
by: flat_ross | last post by:
Hi, I am in a shop where developers are required to work off of a network share. This is so that code is backed up nightly. So I am testing running an ASP.NET Web application with a Class...
11
by: ASP.NET User | last post by:
Hi I am in a shop where developers are required to work off of a networ share. This is so that code and other documentation is backed up nightly. This is outside the realm of Visual SourceSafe...
12
by: Ron Weldy | last post by:
I have a test server runinng 2003/IIS 6 with a mixture of asp and asp.net files. On my workstation I have a share set up to the folder where the web files reside. I am just doing quick and dirty...
3
by: Henners | last post by:
Hi There We are migrating our network file system from Novell to Windows. (There are pros and cons).... In this process, we have noticed that a good bunch of user created access databases...
17
by: teddysnips | last post by:
One of my clients has asked me to make a change to one of their Access applications. The application is a Front End/Back End standard app. I didn't develop it, but looking at it tells me that...
1
by: Technicalprob | last post by:
Problem: I designed a small access database and created tables and relationship between them. The database works fine and have no problem. I have stored the database in My Documents on my hard disk...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.