G
Guest
Hi, I have an application that is split FE and BE. I want to programmatically
change the table structure via the FE. However, this will require that the
user running the update procedure has opened the BE exclusively.
What I want is to have the logon form check that the user has exclusive use
of the BE database. If not, then notify the user and close the FE, otherwise
update the table structure......
How can I test that the FE has opened the BE exclusively?
Is it possible to know how many FE are open and linked to the BE?
Any ideas or suggestions appreciated
Many thanks
Jonathan Parminter
change the table structure via the FE. However, this will require that the
user running the update procedure has opened the BE exclusively.
What I want is to have the logon form check that the user has exclusive use
of the BE database. If not, then notify the user and close the FE, otherwise
update the table structure......
How can I test that the FE has opened the BE exclusively?
Is it possible to know how many FE are open and linked to the BE?
Any ideas or suggestions appreciated
Many thanks
Jonathan Parminter