Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Multiple Users Updating a Database


This topic is 8224 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Can several users update a database at the same time?

If I have, for example, if I have formatted a field as a pop-up list can it be updated by several uses?

If a field is edited by a user would a second user get a message indicating that the record is locked?

By the way, I do appreciate the time and effort of the many users who respond to all the questions.

Thanks,

Evan

Link to comment
Share on other sites

Evan,

As long as your database is set to multi user then you can have many users modifying that database at the same time.

But if a user is modifying a record, then no other users can make any changes to that record until the current user is not editing a field.

They can look at the record, but they cannot make changes.

So, basically yes they can all use the database but only 1 user can make changes to a specific record at any one time.

HTH

Link to comment
Share on other sites

Evan, record locking is a fact of life in 5.5 in a peer-to-peer solution. If you actually want more than one user to be able to edit simultaneously, you might find success through a browser solution. In a browser solution you often can do things which cannot be done in a peer-to-peer soltuion.

Link to comment
Share on other sites

Yes, you can break the rules of record locking by using web publishing - but that's very dangerous and purely a quirk of the way web pages are delivered and submitted.

Your update script in FMP should check the StatusCurrentModificationCount on delivery and submission - if they're not the same then reject the submission, otherwise you would over-write the data already submitted by another user

Link to comment
Share on other sites

This topic is 8224 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.