I've looked at a few threads relating to catalog overwrites on SQL2005 and I was wondering if there is a way to force the generated code to use the catalog specified on the connections string without using the XML config files below.
<sqlServerCatalogNameOverwrites>
<add key="OldNameCatalog1" value="" />
</sqlServerCatalogNameOverwrites>
I use my own encrypted config file which contains the connection string and I set the DbUtils.ActualConnectionString at application startup, so it would be handy to always use the catalog set in the connection string.
Thanks,
Mark