Hello everyone,
So I've learned the basics of splitting database into back-end and front-end, but could not understand how to continue developing the back-end.
My users use queries and forms which are based on FE queries which are based on BE tables. But in this scenario respective BE table got locked and I can't perform any changes to its design. Well, I understand the reasons, but how can I continue developing BE without asking all users to close FE? Can't perform compress and repair or overwrite BE file with new BE which I changed and used for testing for example.
How do you keep developing BE once your DB is split and in production?
So I've learned the basics of splitting database into back-end and front-end, but could not understand how to continue developing the back-end.
My users use queries and forms which are based on FE queries which are based on BE tables. But in this scenario respective BE table got locked and I can't perform any changes to its design. Well, I understand the reasons, but how can I continue developing BE without asking all users to close FE? Can't perform compress and repair or overwrite BE file with new BE which I changed and used for testing for example.
How do you keep developing BE once your DB is split and in production?