User-1962684534 posted
hi, i have two datatables from two different databases..
dt1: id,name
dt2: id,address
i ll take name and address from two datatables where 'id' is common
now i want a datatable with three columns.. id,name,address
searched different sources, but very confusing..pls let me know how can i do this??.. can i just query like sql??.. or is there anyother way to do?.. pls let me know..
Thanks