Hello,
we have a Saas ERP-platform and would like to create a mobile application for this using B4A and B4I.
Now the structure of the platform is the following:
We have a central database where all account databases are defined with the location and the name of the database.
When a user connects, first a connection is made to the central database to check the account and to fetch the name and location of the database.
Starting from then, all requests of the user are made to the accoounts database.
We took this approach to have a separate database for each account for scalability.
Seen the structure, is it possible to have 1 JRDC2 server running that will connect to the correct database by passing a parameter in the requests?
Setting up a JRDC2 server for each database would give a lot of work and take away the dynamic.
Now everything is dynamic, somebody creates an account, a template database is restored and the account is registered in the central database.
Thx,
Dominique
we have a Saas ERP-platform and would like to create a mobile application for this using B4A and B4I.
Now the structure of the platform is the following:
We have a central database where all account databases are defined with the location and the name of the database.
When a user connects, first a connection is made to the central database to check the account and to fetch the name and location of the database.
Starting from then, all requests of the user are made to the accoounts database.
We took this approach to have a separate database for each account for scalability.
Seen the structure, is it possible to have 1 JRDC2 server running that will connect to the correct database by passing a parameter in the requests?
Setting up a JRDC2 server for each database would give a lot of work and take away the dynamic.
Now everything is dynamic, somebody creates an account, a template database is restored and the account is registered in the central database.
Thx,
Dominique