Different database user for each application
Confluence User - 16 Apr, 2019
Is it possible to use a different database user id for one application?
We would like to enforce security between two applications by using separate database users. The database user for App1 would only have access to the tables required for App1. The database user for App2 would have access to different tables required for App2.
Is this possible without setting up JDBC Form Binding on each form in each application?
datasource;database;forms;security