Should it be possible for me to subclass DataAccessAdapter in such a way that it can read the connection string to determine the catalog name?
And if that's not possible, here's the real problem at hand. I'm packaging up a new DotNetNuke module, but don't want the installation process to require the user to modify the web.config in order to specify the CatalogNameToUse.
The only thing I can think of to do would be to subclass DataAccessAdapter, as mentioned above, but I don't understand why Frans didn't do that in the first place.
I haven't tried this yet, but I would appreciate anyone's feedback before I dive in (I've got other things to do in the meantime).
Thanks!