Newbie : Oracle data to Access table.




I am using VB 6.0 and Access 2002.

I have a task where I need to do a select statement against an Oracle
table and put the data into an Access table. The SQL might look like :

" Insert Into MyAccessTable Select * From OracleTable "

Can I do this using ADO. If so, how ???

...

.



Relevant Pages