Marshall Brooks
Member
- Local time
- Today, 12:43
- Joined
- Feb 28, 2023
- Messages
- 727
I should know the answers to these, but I wanted to confirm them.
- I want to add two new tables to the back end of my database. Usually, I would get exclusive access to the BE in order to do this. Is this a firm requirement, or can other users have the back end open, since there is no way for the new tables to be accessed since they aren't linked to the FE yet.
- I know if I want to add or modify fields of a linked BE table, I need exclusive access to the BE - or at least I've always done it that way.
- Some of my tables are stored in the backend and then the data in the table is copied into local tables in the FE on startup. I'm assuming that if I ever wanted to add/modify fields to these tables, that is when I would have to have exclusive access to the BE, update the tables in the BE, update the FE, and then distribute and have everyone update to the new FE at the same time the updated BE was available, correct?
- Adding tables to the FE is simple, except nobody else can use them until the new FE is released?