I am about to deploy by first application that uses Access as a FE and SQL Server as a BE.
In the products that I have developed that use Access as a FE and ACE as a BE, I use the Runtime in this case for Access 2013. Installation is fairly easy and if I want to add a new field in the ACE BE I can do it programmatically, during an update.
For development of my current application I use Access in Office 365. Some thoughts and questions,
1) It may be unreasonable to expect the client to have Office 365, although this would simplify the installation process. Does it make practical sense to deploy a .accde created from an instance of Access 365 and risk incompatibilities, since Access 365 will continue to change?
2) It would be better to have a stable software development environment. Can I freeze a specific Access 365 version and use a corresponding Runtime, or would it be better to use say Access 2021 and use the corresponding Runtime?
3) Can I add new fields in SQL Server programmatically from the Access FE?
4) Can I have one installation script to install the Access FE Runtime and the BE SQL Server, or would the SQL Server need to be installed separately?
In the products that I have developed that use Access as a FE and ACE as a BE, I use the Runtime in this case for Access 2013. Installation is fairly easy and if I want to add a new field in the ACE BE I can do it programmatically, during an update.
For development of my current application I use Access in Office 365. Some thoughts and questions,
1) It may be unreasonable to expect the client to have Office 365, although this would simplify the installation process. Does it make practical sense to deploy a .accde created from an instance of Access 365 and risk incompatibilities, since Access 365 will continue to change?
2) It would be better to have a stable software development environment. Can I freeze a specific Access 365 version and use a corresponding Runtime, or would it be better to use say Access 2021 and use the corresponding Runtime?
3) Can I add new fields in SQL Server programmatically from the Access FE?
4) Can I have one installation script to install the Access FE Runtime and the BE SQL Server, or would the SQL Server need to be installed separately?