Multiple users entering data on FE cannot corrupt database, can th

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

Guest

I have a BE database on server and the FE database on eight workstations
where four users enter data (from the FE) into the database at the same table
and same data.
My only question is, I am afraid this may not last long, so was wondering if
you guys could tell me if this is a safe way of entering data at the same
time same table.

Thank you for any help provided!
Adnan
 
You are doing it the safe way. The ldb file prevents users from changing the
same data at the same time. If the users try to change the exact same data
(or even data on the same page of data, at the same exact time, the ldb file
will stop them.
 
So there is no way the database can get corrupted, right?
Thank you Arvin****
--
Please post all your inquiries on this community so we can all benefit -
Thank you!


Arvin Meyer said:
You are doing it the safe way. The ldb file prevents users from changing the
same data at the same time. If the users try to change the exact same data
(or even data on the same page of data, at the same exact time, the ldb file
will stop them.
 
Arvin didn't say there was no way the database can get corrupted. All he
said was that the ldb file would ensure only one user at a time can update a
given element of data. Corruption can still happen.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Adnan said:
So there is no way the database can get corrupted, right?
Thank you Arvin****
 
Understood. Thank you Arvin and thank you Douglas! I appreciate you help.

Adnan
 
Corruption normally occurs when data is interrpted during a write to disk.
It can happen with any file, but since Access has typically larger files, it
happens more often with Access. I have not corrupted a database (with 50
users) in over 3 years.
 
Arvin, I love your answer, this is what I wanted to hear.
THANK YOU SO MUCH!
Adnan
 

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