A
Artur Niesporek
hi
my problem is that i have to load 3 different tables from different databases into one dataset and do a join on all. i loaded all tables into one dataset and created datarelations between the 3 tables. now i am looking for a way to do a join between all those tables so that i will be able to databind the result to a datagrid
the tables are somewhat of these values
table1 table2 table
code_id --- code_id rat
somevalue rate_id --- rate_i
somevalu
the relationships between the tables are: table1 <-> table2 1:1 and table2 <-> table3 1:1
any hints would be appreciated
thank
artur
my problem is that i have to load 3 different tables from different databases into one dataset and do a join on all. i loaded all tables into one dataset and created datarelations between the 3 tables. now i am looking for a way to do a join between all those tables so that i will be able to databind the result to a datagrid
the tables are somewhat of these values
table1 table2 table
code_id --- code_id rat
somevalue rate_id --- rate_i
somevalu
the relationships between the tables are: table1 <-> table2 1:1 and table2 <-> table3 1:1
any hints would be appreciated
thank
artur