S
Stephen J. Levine MD
Just tried another experiment where I made my mde front
end read only through its windows file properties. I had
to add code in the error handling routine for the startup
properties to ignore a 2057 error and resume next. I did
not consider this a problem because I executed the mde
prior to making it read only to ensure proper setting of
the startup properties.
Other than the warning at the beginning of execution,
stating "The database 'OBI Event Management and Tracking'
is read-only. You won't be able to save changes made to
data or object definitions in this database", the software
seemed to function fine. This included adding records,
editing records, and even deleting an improper
relationship and table in the backend database that was
interfering with the saving of certain records due to
referential integrity violations.
In order to use the front end this way, I would need to
eliminate the warning message because of the confusion it
would create -- setting fe read only does not interfere
with the manipulation of data in the back end database.
Might this be a possible way of avoiding corruption of the
fe during heavy usage if it were centrally located and
linked by shortcut?
The reason I am still pursuing this is in part due to the
wishes of our Regulatory Affairs people who are also
concerned about version control when you have individual
copies of a front end. They agree that you would have to
prove that your method of installing updates would either
eliminate all outdated copies of the front end or render
them inoperable.
sjl
end read only through its windows file properties. I had
to add code in the error handling routine for the startup
properties to ignore a 2057 error and resume next. I did
not consider this a problem because I executed the mde
prior to making it read only to ensure proper setting of
the startup properties.
Other than the warning at the beginning of execution,
stating "The database 'OBI Event Management and Tracking'
is read-only. You won't be able to save changes made to
data or object definitions in this database", the software
seemed to function fine. This included adding records,
editing records, and even deleting an improper
relationship and table in the backend database that was
interfering with the saving of certain records due to
referential integrity violations.
In order to use the front end this way, I would need to
eliminate the warning message because of the confusion it
would create -- setting fe read only does not interfere
with the manipulation of data in the back end database.
Might this be a possible way of avoiding corruption of the
fe during heavy usage if it were centrally located and
linked by shortcut?
The reason I am still pursuing this is in part due to the
wishes of our Regulatory Affairs people who are also
concerned about version control when you have individual
copies of a front end. They agree that you would have to
prove that your method of installing updates would either
eliminate all outdated copies of the front end or render
them inoperable.
sjl