Extract info using Shape

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.
 

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