How to share DB between apps?

chuckyegg

Member
Licensed User
Longtime User
Hi

I want to be able to access the SQL database used by one of my apps from another app. Is that possible?

App1 will contain a table of data, and App2 will want to read that table. No other interaction between the apps or with other tables.


Thanks
 
Top