M
Mateusz [PEYN] Adamus
Hi all!
Is it possible to join for example Oracle and MS SQL tables in one
dataSet and show it in one dataGrid?
I'm writing in C# and using standard ADO components that come with .NET
platform.
I can put Oracle data into one table in dataSet and MS SQL data into
another table in the same dataSet but I don't know how to join them so I
could show them in one dataGrid (currently I'm showing them in two
different dataGrids which is a bit unhandy)
best regards
Mateusz [PEYN] Adamus
Is it possible to join for example Oracle and MS SQL tables in one
dataSet and show it in one dataGrid?
I'm writing in C# and using standard ADO components that come with .NET
platform.
I can put Oracle data into one table in dataSet and MS SQL data into
another table in the same dataSet but I don't know how to join them so I
could show them in one dataGrid (currently I'm showing them in two
different dataGrids which is a bit unhandy)
best regards
Mateusz [PEYN] Adamus