X
xquestions
We are building multiple databases for different purposes in the company and
we are splitting each one of them with a front end and a back end. The front
end gets distributed to the corresponding users.
Issues:
When it is time to create an updated front end, we need to make sure the
users are not using the older version anymore as sometimes this could cause
problems: Example: The front end creates a calculation that gets stored in
the database. If the calculation is wrong, then the front end needs to be
changed. And if the user uses the wrong front end, the data will be
inacurate (this is just an example).
How can we make sure the users are not using older versions?
Is there a way to force the back end to check the front end before allowing
connection or before allowing changes to the tables?
Thanks in advance!
we are splitting each one of them with a front end and a back end. The front
end gets distributed to the corresponding users.
Issues:
When it is time to create an updated front end, we need to make sure the
users are not using the older version anymore as sometimes this could cause
problems: Example: The front end creates a calculation that gets stored in
the database. If the calculation is wrong, then the front end needs to be
changed. And if the user uses the wrong front end, the data will be
inacurate (this is just an example).
How can we make sure the users are not using older versions?
Is there a way to force the back end to check the front end before allowing
connection or before allowing changes to the tables?
Thanks in advance!