Join tables in DataSet

R

rh.krish

Hi,
I have to join two table in a DataSet. I cannot do the join in
stored procedure as the data for the tables come from different
database servers. Data for table 1 comes from Sql Server, while data
for table2 comes from Oracle. Both the tables will have common column
to link with. Here is the table structure:

Employee: (Oracle)
employee_id, first_name, last_name, .....

Member (Sql Server)
member_id, first_name, last_name,....

member_id is same as employee_id

How to do this in dataset? I think it can be done by using
DataRelation, but I'm not sure how exactly to do it?. Any help?...

Thanks,
Hari.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top