I have a repeater table in an asp.net application bound to an asp:SqlDataSource
, and I need that data source's SelectCommand
to select data from two databases in different servers.
I've been using the ConnectionString property of SqlDataSource to establish a connection to a single server, but I'm unsure of how to establish a link to multiple servers. Is this possible?