Our application will have a local database as well as a consolidated database, the local database is created via replication from the consolidated database.
When the user is connected to the local database, we do not want to use remoting. However, when the user connects to the consolidated database, we do need to use remoting.
What's the best way to accomplish this? The remoting information can't be different between rdbkeys in the same .ibconfig file can it?
I'm exploring using two different .ibconfig files, one for the local database and one for the consolidated database but I can't seem to get IdeaBladeConfig to "re load" or reinitialize with a different file.
We want to avoid closing down the app just so we can log in.
Thanks,
Chris