Can I handle database connections dynamically(in runtime), using solution model or any other way in servoy?
In my case, I’m trying to connect to two databases, which are having same name, but in two different servers.
So I couldn’t use databaseManager.switchServer(‘crm’, ‘crm1’).
Anyone can help on this?