Hi. In the application we are building the connection string to the database will vary based on the project selected by the user from a dropdown. The schema of the database will be the same for each, but the database name and possibly the server can very based on this selection. Is there a recommended approach to dealing with this scenario within CSLA 4.0? At first glance it seems like a code mod to AdoHelper is in order (and to the template to avoid that getting overwritten), but I wanted to see if there is a better way. Any help is appreciated!
↧