PaquettePaul
Member
- Local time
- Today, 05:37
- Joined
- Mar 28, 2022
- Messages
- 107
Hopefully, I will get my thoughts down correctly.
I have a database that will be placed in a multi-user environment. So, best practice is to split the database into software and database files. Then the software version gets saved as an executable/compiled version so that end users cannot use or change the software. The database file gets saved on a server and the executable get stored on the client workstations linked in the office network. This approach also allows new versions of the software to be passed out without impacting the actual database (unless the database structure itself is also being modified).
My understanding is that when the user starts their executable, they can select/connect to the actual database files on the server using a configuration setting.
The problem seems to be that the site where the application is being stored will only be using the free runtime version of access rather than a developer version. From our initial look at this, the ability to link the executable access file to the database file is only available with a developer version of Access.
First question is am I correct in that I cannot link a split database that resides on different computers if i only have the runtime version installed?
Second, if I am wrong, do you have any instructions or reading material that I need to look at to resolve my dilemma?
As always, help is very much appreciated.
I have a database that will be placed in a multi-user environment. So, best practice is to split the database into software and database files. Then the software version gets saved as an executable/compiled version so that end users cannot use or change the software. The database file gets saved on a server and the executable get stored on the client workstations linked in the office network. This approach also allows new versions of the software to be passed out without impacting the actual database (unless the database structure itself is also being modified).
My understanding is that when the user starts their executable, they can select/connect to the actual database files on the server using a configuration setting.
The problem seems to be that the site where the application is being stored will only be using the free runtime version of access rather than a developer version. From our initial look at this, the ability to link the executable access file to the database file is only available with a developer version of Access.
First question is am I correct in that I cannot link a split database that resides on different computers if i only have the runtime version installed?
Second, if I am wrong, do you have any instructions or reading material that I need to look at to resolve my dilemma?
As always, help is very much appreciated.