473,505 Members | 15,036 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Split Database: Single Front End

I have read that using the database splitter is good because it allows
multiple users to access the database simultaneously. However, is it
trully necessary to have multiple FE MDE files or can everyone just use
a single MDE file that is located on the network drive?

Jan 9 '07 #1
3 1663
Nubs wrote:
>I have read that using the database splitter is good because it allows
multiple users to access the database simultaneously. However, is it
trully necessary to have multiple FE MDE files or can everyone just use
a single MDE file that is located on the network drive?

Reportedly, it's possible to have a single copy of the FE on
a server if you follow all the rules about multiple
instances modifying the same objects at the same time.

Personally, I think it's near impossible for an app with a
reasonable set of features to avoid all the potential
pitfalls. I would not want to wait around for the crash,
data munge, or corruption caused by something that I was
unaware would be a problem.

--
Marsh
Jan 9 '07 #2
"Nubs" <bu******@gmail.comwrote in news:1168370919.425443.164210
@k58g2000hse.googlegroups.com:
I have read that using the database splitter is good because it allows
multiple users to access the database simultaneously. However, is it
trully necessary to have multiple FE MDE files or can everyone just use
a single MDE file that is located on the network drive?
Suppose there's a love-letter module that uses a user defined database or
application property named "LightofMyLife" for the e-mail address.
I set this property to Ru**@Red.Com.
You set it to Bl****@Fox.Com.

I send my love letter. Who will get it?

I don't know.

And I don't want to find out.

--
lyle fairfield
Jan 9 '07 #3
"Nubs" <bu******@gmail.comwrote
I have read that using the database splitter is good because it allows
multiple users to access the database simultaneously. However, is it
trully necessary to have multiple FE MDE files or can everyone just use
a single MDE file that is located on the network drive?
Firstly, that is not what allows multiple users to access the database
simultaneously. You can put a monolithic (unsplit) database on the server
and let all the users log in to that, and, much of the time, it will work.
But, when you do experience corruption, and that is likely, not only will
you need to restore the front-end, you'll have to recover your data (at
least, update it from the time of the last backup).

And, in addition to Marshall's comments, empirical evidence is that you
significantly increase the chance of corruption of any MDB (even a
front-end) when you have multiple users logged in at the same time. Then the
shared front-end will have to be restored, before _any_ user can access the
database.

So, I'd say, perhaps not necessary, but for many reasons, advisable.

Larry Linson
Microsoft Access MVP
Jan 9 '07 #4

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

Similar topics

3
8312
by: Therese A. Sorna | last post by:
Hello all... I am trying to develop a database that could be duplicated many times over with different data (separated by project) in each database, but the same front end information. I was...
1
3464
by: Dave Willock | last post by:
After splitting a database into the standard "Front end" " Back End" set-up the performance on the database has deteriorated to an unusable / unacceptable level - this occured as soon as the...
12
9872
by: Corey Burnett | last post by:
I have a client that has a split database (front-end/back-end). They are also using Access security - MDW file. The front end MDE file, the back end MDB file, and the MDW file are all located on...
13
10392
by: Larry L | last post by:
Access is noted for bloating a database when you add and delete records frequently. I have always had mine set to compact on close, and that works great. Now after everyone's advice I split my...
2
2499
by: gordonjones | last post by:
I have users on different computers getting the error message "could not update;currently locked" when trying to leave identical fields after making a change on the same form but on different...
3
2448
by: najimou | last post by:
Hi everyone I will be having a split database, running on 2 computers via mapped drive. computer "A" will have one front end and the back end located in c: \mydatabse 2 tables have links to...
6
1939
by: Stan | last post by:
I am working on a database in ACCESS 2003. This is a simple DB with only one table. I have split the DB so I can upgrade and debug the front end before installing on my clients' computer. I used...
3
2942
by: theProfessor | last post by:
We are using a shared split database with all users currently using Access 2003. The back end is on a shared drive of a state wide WAN. Each user has a copy of the front end on their local...
8
2202
by: John Google | last post by:
Hi, I've been asked to amend an Access 2002 DB that has been used by users using the MDE version. I have, what seems to be the original MDB version containing all the front end stuff but, by...
0
7216
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7098
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...
1
7018
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...
1
5028
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
4699
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
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1528
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 ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
407
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.