I am having a situation where i need multiple connection strings to process a request, but i am not able to implement this using the Microsoft enterprise library.
somebody please tell me how can i set the connection string dynamically.
found similar questions on internet, but none solving my problem, hence posted.
AFAIK, Its not possible to set the connection string dynamically, however you can write a Custom database factory to create a database with dynamic connection string
and instead of calling this
call this method
worked well for me!