I am using LinqToSql. I have different databases for my application(Just database name is different). I pick url value and then use database according to that.
Problem is that there is a single .dbml file, there is one constructor where connection string is picked from web.config file. But I need to use different databases according to query string. Can we use single dbml file with more than 1 databases and how?
Is there possible solution for this?