Hi Otis,
Good to hear from you.
Indeed, I know that Adapter is required for per-cell overriding.
In the self-servicing application the database is selected for the entire session -- so it is static.
I implemented this using the suggested change in the configuration, where Kamino is the name of the original database.
<configSections>
<section name="sqlServerCatalogNameOverwrites" type="System.Configuration.NameValueSectionHandler" />
</configSections>
<sqlServerCatalogNameOverwrites>
<add key="Kamino" value="" />
</sqlServerCatalogNameOverwrites>
My question is: can this be done in code instead of in .config.
Thanks
David