Page 1 of 1

Share tables between applications

Posted: 2020-08-06 12:26
by A Bindi
Hello,

Some years ago I wrote an Appgini application that we use daily in our IT department with great satisfaction (the database is named "company" and it is on a separate MySQL server) .

Now we would create a new application for the administrative office that use other tables but it should share two tables with the "IT" application, so that the IT department and administrative office would browse/modify data on those tables.

What could it be the better method to achieve the result ?

ALex.

Re: Share tables between applications

Posted: 2020-08-06 15:03
by onoehring
Hi,

why not expand the original application and give access to old tables to groups X, Y and IT, to new tables to A, B and IT?
Maybe this is an easier solution?

Olaf