I have two backend and two frontend databases. These were developed over a period of time and were not integrated for various reasons.
TableA (in backend database#1) is linked to both frontend databases.
When user#1 of frontend database#1 has a form open that is bound to tableA and user#2 of frontend database#2 has a form open that also uses tableA, will there be a problem in file locking? Should they be able to print a report, for example, that is bound to this same table?
Thank you
TableA (in backend database#1) is linked to both frontend databases.
When user#1 of frontend database#1 has a form open that is bound to tableA and user#2 of frontend database#2 has a form open that also uses tableA, will there be a problem in file locking? Should they be able to print a report, for example, that is bound to this same table?
Thank you