merging tables
From: John (anonymous_at_discussions.microsoft.com)
Date: 05/17/04
- Next message: GSK: "Efficiency of XML and Transformations?"
- Previous message: John Linn: "Object in Context.Items and GC"
- Next in thread: Mike Bridge: "Re: merging tables"
- Reply: Mike Bridge: "Re: merging tables"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 09:36:12 -0700
I need to select data from 2 different tables, a Microsoft Access Table on a local machine,
and an Oracle table on the server.
Then I need to do a left join.
What is the best way to do this?
Here is what I have done.
I have created two database connections, one for each of the tables.
I have created a dataset that holds the two tables.
So now I have two tables in a dataset.
So how do I do a join on these tables??
Any help would be appreciated..
- Next message: GSK: "Efficiency of XML and Transformations?"
- Previous message: John Linn: "Object in Context.Items and GC"
- Next in thread: Mike Bridge: "Re: merging tables"
- Reply: Mike Bridge: "Re: merging tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|