Connection string multiple database different users and password
Hi,
 I am trying to create a query with some information coming from 2 different databases that request two different users and passwords. So I guess I should create something like a multiple connection string, is this possible?
 If so, how?
 Thanks in advance for your suggestions.
 Agnese
1 answer
Hi there,
 I think there is no such thing as a "multiple connection string".
 I guess you should make two different connections in code and use two different connection strings, one for each connection.
 Hope this was helpful!
 Max