Click here to Skip to main content
15,913,944 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
With dataset How to retrieve data from two databases like oracle and sql server and merge them in one dataset ?
Posted
Comments
OriginalGriff 14-Aug-13 14:45pm    
Please do not post teh same question twice - I have deleted the spare.
[no name] 14-Aug-13 14:55pm    
Get dataset from Oracle, get dataset from SQL Server, merge dataset.

1 solution

Step 1: Execute Oracle query and load the result in one dataset
Step 2: Execute SQL Server query and load the result in another dataset
Step 3: Create Third Dataset and manually merge both oracle and sql server dataset
Step 4: Return the dataset result to Presentation layer
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900