Jump to content
Server Maintenance This Week. ×

Modifying a live networked db


gaby78

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

Recommended Posts

Someone told me the following:

With a peer to peer networked DB a developer can still make changes (add/modify layouts/ fields/formulas/relationships, etc...) to the db while being used by other users.

I don't know to what extend this is true and how risky/safe it is to modify a db while in use; I would like the opinion of the experts.

Thanks

Link to comment
Share on other sites

It's true that you can. It's not, however, advisable.

Edit: That was probably too succinct. Basically you're asking for database corruption.

1. Peer-to-peer just isn't as reliable as using Server to serve your files.

2. Peer-to-peer has no inbuilt scheduled backups.

3. Working on live files regardless of how you're sharing them is a risky proposition, but throwing peer-to-peer into the mix is just asking for trouble.

Edited by Guest
Link to comment
Share on other sites

This topic is 5724 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.