How to Connect Multiple Database in Single App.
How can i Connect multiple databases using SQL adapter in IBM Worklight.. Scenario is Drop down which database selected that database has to connect in app.
In current releases of Worklight (5.x - 6.3), you cannot achieve this when using 1 adapter.
In order to connect to different databases your only option is to create several adapters.
Then, for each selected option from the dropdown, a different WL.Client.invokeProcedure code will be used to send a request (different adapter name).
This means you'll probably need to duplicate the adapter code as well... depending on your needs.