A
Al
I'd like to consolidate information from two recordsets
using Shape.
Recordset #1 is taken from an IBM DB2 database.
So lets say thats the customers table.
Primary key is customerid
Recordset #2 is taken from an Oracle Database.
So lets say thats the orders table.
foreign key is customerid
I can extract both tables successfully separately,
but is it possible to extract information from
both recordsets in one step using the ado Shape
command?
What I have been doing is extracting both tables
to an Access database and then joining the two
tables. Just looking for a way to do things
more efficiently and increase my knowledge.
Thanks in advance.
using Shape.
Recordset #1 is taken from an IBM DB2 database.
So lets say thats the customers table.
Primary key is customerid
Recordset #2 is taken from an Oracle Database.
So lets say thats the orders table.
foreign key is customerid
I can extract both tables successfully separately,
but is it possible to extract information from
both recordsets in one step using the ado Shape
command?
What I have been doing is extracting both tables
to an Access database and then joining the two
tables. Just looking for a way to do things
more efficiently and increase my knowledge.
Thanks in advance.