I have 2 databases. These are host on different different servers. I want to join the tables of those databases.
here..(1) UserId is same in both database table
(2) Table name are TB1 and TB2
(3) Database are DB1 and DB2
i want to bind the data in a gridview from both database's tables.
Note 1 :-Is this possible to get both tables data from a single connectionstrin g in C#.
Note 2 :- is this possible that 2 connectionstrin g call in a single SQLConnection Con = new SQLConnection(. ....).
Please help me and send me Query. as soon as possible.
Thanks
here..(1) UserId is same in both database table
(2) Table name are TB1 and TB2
(3) Database are DB1 and DB2
i want to bind the data in a gridview from both database's tables.
Note 1 :-Is this possible to get both tables data from a single connectionstrin g in C#.
Note 2 :- is this possible that 2 connectionstrin g call in a single SQLConnection Con = new SQLConnection(. ....).
Please help me and send me Query. as soon as possible.
Thanks
Comment